Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for trailing slash problem - updating links to use file path instead of URL path #565

Merged
merged 7 commits into from
Oct 23, 2024

Conversation

d45
Copy link
Contributor

@d45 d45 commented Oct 23, 2024

Fix for trailing slash problem.
When a user accessed the docs with a URL that ended in a backslash, the relative URL links to a related topic in the same directory failed.

  • Converted links to relative file paths (added file extension).

  • Tried setting trailingSlash to false but that broke the build on GitHub. Worked fine for local builds. For some reason, the relative file path fixed the problem (for now).

  • Updated the publish sandbox extensions section and removed link to the form (no longer exists). Pointed to the Design Guide topic.

@d45 d45 merged commit 697b316 into gh-pages Oct 23, 2024
4 checks passed
@d45 d45 deleted the gh-pages-dev branch October 23, 2024 16:06
@d45 d45 restored the gh-pages-dev branch October 23, 2024 16:06
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