-
Notifications
You must be signed in to change notification settings - Fork 208
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
Url fragment is lost due to redirection #1347
Comments
Indeed. I'm unsure how to fix this. We could make this guide use a haml template instead of markdown and dinamically link to the latest version, or hardcode the latest version in the target URL, and make sure we update it every time we release a new minor version of Bundler. None of them feel great :( |
I just realized that browsers of course persist the
If the backend would instead use a redirection status and location header, it should work. |
I can't find a way to get github pages to send a redirection response. |
I think middleman always uses client side redirects. This seems bad for SEO and I think it explains the issues in #1333. I think we can fix both this and #1333 by not using middleman |
On https://bundler.io/guides/using_bundler_in_applications.html#gemfilelock
bundler-site/source/localizable/guides/using_bundler_in_applications.en.html.md
Line 224 in 4121bca
The link to
/man/gemfile.5.html#PLATFORMS
will be redirected to/v2.5/man/gemfile.5.html
, by the backendbundler-site/config.rb
Line 185 in 4121bca
So the fragment
#PLATFORMS
will never have an effect.Could it link to the current version instead?
The text was updated successfully, but these errors were encountered: