-
Notifications
You must be signed in to change notification settings - Fork 27
API license link should be relative #457
Copy link
Copy link
Closed
Labels
- User -Enjoyable to Use our SoftwareEnjoyable to Use our SoftwareBugIncorrect BehaviorIncorrect BehaviorEasyGood for NewcomersGood for Newcomersgood first issueGood for newcomersGood for newcomers
Description
When you load the entrypoint for the API in the live demo:
You see a page like this:
The HTML link for the license is:
<a href="/v1/about/license">license</a>The link is broken because it redirects to:
The right link should be:
So the corrent <a> elements should be:
<a href="v1/about/license">license</a>The problem is we are using a subfolder for the API on the live demo and links should be relative.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
- User -Enjoyable to Use our SoftwareEnjoyable to Use our SoftwareBugIncorrect BehaviorIncorrect BehaviorEasyGood for NewcomersGood for Newcomersgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done
