-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The navigator page does not properly link to an actual design pattern due to a broken URL link (see screenshot).
Reproduction Steps
Steps to reproduce the problematic behaviour
- Open navigator page.
- Press 'yes' on the first two questions'.
- Press 'Learn more'.
- Problem occurs.
Intended behaviour
I expect the link to properly work and link to an actual design pattern. This means;
- Allow the user to dynamically set the base URL through an .env file.
- Use this env file when redirecting the user to the pattern.
- Create a utility to fetch this .env function, or default to '/'.
- Create docs in the README to create the .env file.
- Update the GitHub Action to use this .env variable.
Screenshots / recordings
As shown in the screenshot below, the link gets a prefix, which isn't applicable in this situation.
URL is https://www.designpatternpedia.nl/DesignPatternPedia/docs/creational/singleton
Should be https://www.designpatternpedia.nl/docs/creational/singleton/
Technologies used
Discovered on Firefox 145.0.2 (64-bit).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working