-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Incorrect link fragments #11016
Copy link
Copy link
Open
Labels
area:manualIssues and PRs related to the Manual/Tutorials section of the documentationIssues and PRs related to the Manual/Tutorials section of the documentationbugcontent:websiteIssues related to adding website features and fixing bugs, whether on the front or back-endIssues related to adding website features and fixing bugs, whether on the front or back-end
Metadata
Metadata
Assignees
Labels
area:manualIssues and PRs related to the Manual/Tutorials section of the documentationIssues and PRs related to the Manual/Tutorials section of the documentationbugcontent:websiteIssues related to adding website features and fixing bugs, whether on the front or back-endIssues related to adding website features and fixing bugs, whether on the front or back-end
Issue description:
I'm not sure if these links are actually incorrect, but while browsing the documentation, I noticed something seemed off.
For example:
https://docs.godotengine.org/en/stable/tutorials/2d/introduction_to_2d.html#d-in-2d
https://docs.godotengine.org/en/stable/tutorials/2d/introduction_to_2d.html#d-workspace
The fragment identifiers here are missing the numbers:
https://docs.godotengine.org/en/stable/tutorials/2d/introduction_to_2d.html#3d-in-2d
https://docs.godotengine.org/en/stable/tutorials/2d/introduction_to_2d.html#2d-workspace
If it's expected behavior that the fragment name does not match the heading text, or if there's another reason, then this is not an error.