-
Notifications
You must be signed in to change notification settings - Fork 49
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: Links to Docs page didn't work #473
Conversation
8d8a0fe
to
b494493
Compare
This comment was marked as outdated.
This comment was marked as outdated.
792fa91
to
8de8bff
Compare
94d7032
to
7229b5e
Compare
791abea
to
58b45e6
Compare
i had a quick look no idea what that does but seems fine to me if it works |
Here's an explanation: https://stackoverflow.com/a/17800131/20919151 |
This is something I usually try to add as a source code comment so it is more clear when reading the code ;) |
58b45e6
to
0bd5220
Compare
Fair, I just thought it's such a common pattern in nginx configs that I didn't bother ... |
f21ebbf
to
5fa4bb3
Compare
5fa4bb3
to
5a58007
Compare
I fixed it by just making sure we insert a # between the host and the location part in the url in the Home Component (that is where 404 requests ultimately land, if they don't have a # in the url). fixes: #477
14428ab
to
d83ff65
Compare
e9bdb56
to
7702f73
Compare
It now shows "v. {version}" with a space and always gets the correct latest version that you would land on if you click on the link.
fixes: #479
7702f73
to
f41e8c7
Compare
The docs page was way too complicated anyway, so I simplified it a bit.
I fixed the following issues:
fixes: #475, #476, #477, #479