Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update docs links #1793

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/src/app/(cms)/academy/products/bentobox/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default async function ProductPage() {
<ProductTechnicalDoc
color={color}
secondaryColor="#FFBCFE"
url="https://dev.sushi.com/docs/Developers/Bentobox/Overview"
url="https://docs.sushi.com/docs/Developers/Bentobox/Overview"
/>
<ProductFaq faqSlug={slug} />
</Container>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/(cms)/academy/products/furo/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default async function Page() {
<ProductTechnicalDoc
color={color}
secondaryColor="#FEC464"
url="https://dev.sushi.com/docs/Developers/Furo/Overview"
url="https://docs.sushi.com/docs/Developers/Furo/Overview"
/>
<ProductFaq faqSlug={slug} />
</Container>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/(cms)/academy/products/onsen/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default async function ProductPage() {
<ProductTechnicalDoc
color={color}
secondaryColor="#FEC464"
url="https://dev.sushi.com/docs/Products/Yield%20Farming/What%20Is%20The%20Onsen"
url="https://docs.sushi.com/docs/Products/Yield%20Farming/What%20Is%20The%20Onsen"
/>
<ProductFaq faqSlug={slug} />
</Container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default async function Page() {
<ProductTechnicalDoc
color={color}
secondaryColor="#FEC464"
url="https://dev.sushi.com/docs/Developers/SushiXSwap/Overview"
url="https://docs.sushi.com/docs/Developers/SushiXSwap/Overview"
/>
<ProductFaq faqSlug={slug} />
</Container>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/(cms)/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DOCS_URL = 'https://dev.sushi.com/'
export const DOCS_URL = 'https://docs.sushi.com/'
export const DEFAULT_SIDE_PADDING = 'px-6 sm:px-4'
export const APP_HEADER_HEIGHT = 54

Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/app/(landing)/components/BuildFuture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const DATA = [
</p>
</>
),
link: 'https://dev.sushi.com/docs/Products/Bentobox',
link: 'https://docs.sushi.com/docs/Products/Bentobox',
linkText: 'Visit Docs',
},
{
Expand Down Expand Up @@ -63,7 +63,7 @@ const DATA = [
</p>
</>
),
link: 'https://dev.sushi.com/docs/Products/Trident%20AMM%20Framework',
link: 'https://docs.sushi.com/docs/Products/Trident%20AMM%20Framework',
linkText: 'Visit Docs',
},
]
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/global-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const config: Record<
rel: 'noopener noreferrer',
},
Development: {
href: 'https://dev.sushi.com',
href: 'https://docs.sushi.com',
target: '_blank',
rel: 'noopener noreferrer',
},
Expand Down
Loading