-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Labels
✓ VerifiedOrg member or multiple community members can reproduce a given bugOrg member or multiple community members can reproduce a given bug🐛 BugIssues or PRs that report or fix a bugIssues or PRs that report or fix a bug
Description
I looked into some of the links at issue in #877 and found there's something weird going on with routing:
A working example
- Open new browser tab to: https://formidable.com/open-source/spectacle/docs/tutorial/
- Search for "For more information on presenting" and click the
presentinglink. - Result: Navigates to
https://formidable.com/open-source/spectacle/docs/basic-concepts/#presentingin browser URL and we get a working page. 🎉
A broken example
- Open new browser tab to: https://formidable.com/open-source/spectacle
- Find and click
DOCSlink. - Find and click
Tutorialin sidenav. - Search for "For more information on presenting" and click the
presentinglink. - Result: Navigates to
https://formidable.com/docs/basic-concepts#presentingin browser URL which doesn't exist (below spectacle sub-app dir) and we get a 404. 😿
I'm guessing this applies to other links as well (this is the one I checked).
Metadata
Metadata
Assignees
Labels
✓ VerifiedOrg member or multiple community members can reproduce a given bugOrg member or multiple community members can reproduce a given bug🐛 BugIssues or PRs that report or fix a bugIssues or PRs that report or fix a bug