diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 66a231dec..f13e7f469 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -22,7 +22,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: - args: --verbose "./src/modules/information/faq/dapp-staking/index.ts" "./src/modules/information/faq/transfer/index.ts" "./src/modules/information/faq/xvm-transfer/index.ts" "./src/data/ads.json" "./src/data/dynamic_links.json" + args: --verbose "./src/modules/information/faq/dapp-staking/index.ts" "./src/modules/information/faq/transfer/index.ts" "./src/modules/information/faq/xvm-transfer/index.ts" "./src/links/index.ts" "./src/data/ads.json" "./src/data/dynamic_links.json" - name: Create Issue From File if: env.lychee_exit_code != 0 diff --git a/src/links/index.ts b/src/links/index.ts index dc5caf249..58b9607c7 100644 --- a/src/links/index.ts +++ b/src/links/index.ts @@ -6,7 +6,7 @@ export const docsUrl = { topPage: 'https://docs.astar.network', evmDeposit: 'https://docs.astar.network/tutorial/how-to-send-astr-sdn-from-metamask-to-polkadot.js', - troubleShooting: 'https://docs.astar.network/docs/use/user-guides/troubleshooting', + troubleShooting: 'https://docs.astar.network/docs/use/troubleshooting/', createPromotion: 'https://docs.astar.network/docs/use/dapp-staking/for-devs/create-promotion/', tokenomics2: 'https://docs.astar.network/docs/learn/tokenomics2/', faqLedger: