Skip to content

Commit

Permalink
Update documentation urls (#862)
Browse files Browse the repository at this point in the history
* update urls

* testnet release 2.14.30
  • Loading branch information
pgoos authored Dec 22, 2023
1 parent fc36970 commit 01542f9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.14.29",
"version": "2.14.30",
"private": true,
"scripts": {
"bump": "bump patch --tag --commit 'testnet release '",
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/NavSidePanel/NavMoreMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineComponent({
const items = [
{
name: "Documentation",
href: "https://docs.sifchain.finance/using-the-website/web-ui-step-by-step",
href: "https://docs.sifchain.network/sifchain/using-the-dex/web-ui-step-by-step",
},
{
name: "Newsletter",
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/NavSidePanel/PmtpParam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { flagsStore } from "~/store/modules/flags";
import NavSidePanelItem from "./NavSidePanelItem";

const PMTP_ROADMAP_URL =
"https://docs.sifchain.finance/project/about-sifchain/roadmap/pmtp";
"https://docs.sifchain.network/sifchain/project/about-sifchain/roadmap/pmtp";

export default defineComponent({
name: "PmtpParam",
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/VotingModal/VotingModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const VotingModal = defineComponent({
<p class="mt-[20px] text-left">
<div class="whitespace-pre-wrap">{this.proposal.description}</div>
<a
href="https://docs.sifchain.finance/using-the-website/web-ui-step-by-step/rewards/liquidity-mining-rewards-programs"
href="https://docs.sifchain.network/sifchain/using-the-dex/web-ui-step-by-step/rewards/liquidity-mining-rewards-programs"
class="text-accent-base cursor-pointer underline"
target="_blank"
>
Expand Down
4 changes: 2 additions & 2 deletions app/src/views/LeaderboardPage/useCompetitionData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const COMPETITION_TYPE_DISPLAY_DATA = {
}. Click to learn more.`;
},
link: (competition: Competition) =>
"https://docs.sifchain.finance/using-the-website/web-ui-step-by-step/rewards/liquidity-mining-rewards-programs#sifs-fields-of-gold-trading-competition",
"https://docs.sifchain.network/sifchain/using-the-dex/web-ui-step-by-step/rewards/liquidity-mining-rewards-programs#sifs-fields-of-gold-trading-competition",
},
vol: {
renderValue: (value: number) => `Volume $${prettyNumber(value, 0)}`,
Expand All @@ -84,7 +84,7 @@ export const COMPETITION_TYPE_DISPLAY_DATA = {
} swap volume you have. Click to learn more.`;
},
link: (competition: Competition) =>
"https://docs.sifchain.finance/using-the-website/web-ui-step-by-step/rewards/liquidity-mining-rewards-programs#sifs-fields-of-gold-trading-competition",
"https://docs.sifchain.network/sifchain/using-the-dex/web-ui-step-by-step/rewards/liquidity-mining-rewards-programs#sifs-fields-of-gold-trading-competition",
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default defineComponent({
<>
{slippageRiskContent.value} See documentation{" "}
<a
href="https://docs.sifchain.finance/using-the-website/web-ui-step-by-step/pool/sifchain-liquidity-pools#asymmetric-liquidity-pool"
href="https://docs.sifchain.network/sifchain/using-the-dex/web-ui-step-by-step/pool/sifchain-liquidity-pools#asymmetric-liquidity-pool"
target="_blank"
class="underline"
>
Expand Down
2 changes: 1 addition & 1 deletion app/src/views/RewardsPage/RewardsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineComponent({
please visit our documents site{" "}
<a
class="text-accent-base hover:underline"
href="https://docs.sifchain.finance/project/about-sifchain/community-run-tools-and-products"
href="https://docs.sifchain.network/sifchain/project/about-sifchain/community-run-tools-and-products"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

1 comment on commit 01542f9

@vercel
Copy link

@vercel vercel bot commented on 01542f9 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sifchain-ui – ./

sifchain-ui-git-master-sifchain.vercel.app
dex.sifchain.finance
sifchain-ui-sifchain.vercel.app

Please sign in to comment.