Fix link to concepts on docs home page #905
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
There seem to be copy/paste error. The link for the "Concepts" was actually directing to the "Tutorials" section
Updated the reference to concepts and tested locally.
I would also add that the links do not work on the Codespace, but do work Locally.
When starting server on code space, the docs will be at a url such as
https://effective-space-computing-machine-q966j4q5x6c9wrx-1313.app.github.dev/
Clinking a reference attempts to direct to
http://localhost:1313/tutorials/
but that doesn't exist.There is probably a way to configure Hugo to use absolute urls and supply the base as environment variable when setting up the container / code space, but that would be out of scope.
Auto-generated description
🤖 Generated by Copilot at 58fe6df
Summary
🛠️📚🔗
Fixed a broken footer link in the Concepts card on the homepage. The link now points to the
concepts/_index.md
page instead of thetutorials/_index.md
page.Walkthrough
Issue reference