armory / docs

Hugo site using Docsy theme as submodule
Apache License 2.0
9 stars 32 forks source link

fix(docs): Fixing broken links for GH integration plugin release notes #2259

Closed christosarvanitis closed 9 months ago

christosarvanitis commented 9 months ago

Resolves GitHub issue:

Resolves Jira: [JIRAPROJECT-123]

aimeeu commented 9 months ago

Replaces hardcoded links with either Hugo's ref shortcode or Armory's linkWithTitle shortcode. When compiling, Hugo doesn't catch broken links when the link is hardcoded. Hugo will catch broken links when you use ref or linkWithTitle.