Skip to content

Commit

Permalink
fix docs for troubleshooting the portal and add it to the broken link…
Browse files Browse the repository at this point in the history
… scanner
  • Loading branch information
gluneau committed Apr 2, 2024
1 parent ee08d58 commit b978c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/links/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b978c93

Please sign in to comment.