Skip to content

Conversation

@wingkwong
Copy link
Contributor

Change Summary

Currently if you directly access a page then click a link, the target link will not be correct. This PR is to change <a href="...">...</a> to <NuxtLink/> with full path for all internal routes. External routes will remain unchanged.

Change type

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)

@dstala dstala merged commit 5c0a0cc into develop Apr 14, 2023
@dstala dstala deleted the fix/doc-links branch April 14, 2023 10:20
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.

Link in REST APIs documentation redirects to a 404 page

3 participants