Skip to content

docs: fix two dead links#129

Merged
kelsos merged 1 commit into
rotki:mainfrom
kelsos:fix-dead-links
Jun 9, 2026
Merged

docs: fix two dead links#129
kelsos merged 1 commit into
rotki:mainfrom
kelsos:fix-dead-links

Conversation

@kelsos

@kelsos kelsos commented Jun 9, 2026

Copy link
Copy Markdown
Member

Follow-up to #128. A dead-link crawl over the built site surfaced two genuine broken external links (both pre-existing, unrelated to the VitePress upgrade):

  • contribute-as-developer — the location Enum link's URL was split across a blank line in the markdown source, so it rendered with a truncated href (.../rotke) and the remainder as literal text. Rejoined into a single valid URL (verified 200).
  • mobile — the DAppNode VPN link pointed at /user-guide/ui/access/vpn/, which now 404s. Updated to the current docs URL https://docs.dappnode.io/docs/user/access-your-dappnode/vpn/overview/ (verified 200).

Crawl summary

132 unique external URLs checked, 127 OK. The other 3 flags were false positives and left as-is: defillama.com/pro-api (403 Cloudflare bot-block), and two min-api.cryptocompare.com/data/pricehistorical?... example API URLs (401 — illustrative, require an API key).

- contribute-as-developer: the location Enum link's URL was split across a
  blank line in the source, so it rendered with a truncated href; rejoin it.
- mobile: update the DAppNode VPN link to its current docs URL (the old
  /user-guide/ui/access/vpn/ path now 404s).
@kelsos kelsos merged commit ceab74c into rotki:main Jun 9, 2026
5 checks passed
@kelsos kelsos temporarily deployed to github-pages June 9, 2026 17:29 — with GitHub Actions Inactive
@kelsos kelsos temporarily deployed to github-pages June 9, 2026 18:46 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant