Skip to content
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 importing doc pages from rubygems/rubygems #1430

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user problem that led to this PR?

The problem was that after bundler documentation folder was renamed in rubygems/rubygems#8159, importing documentation pages from rubygems/rubygems broken.

This has caused a bunch of broken links.

For example, the first result of a Google search of "bundler bug triage" is now a broken link.

What was your diagnosis of the problem?

My diagnosis was we should fix importing those pages to restore all previous links indexed by Google.

What is your fix for the problem, implemented in this PR?

My fix is to adapt to the upstream folder rename.

I also restore linking to the "on-site" contributing guide, since the page is now there again.

Why did you choose this fix out of the possible options?

I chose this fix because it makes the most sense to improve Bundler documentation discoverability and keep it SEO friendly.

deivid-rodriguez and others added 2 commits January 17, 2025 09:57
This got broken after Bundler docs moved folders.

Co-authored-by: Olle Jonsson <[email protected]>
We changed these because the links got broken after the Bundler
documentation folder was moved in rubygems/rubygems.

Now that's fixed so those can be restored.
@deivid-rodriguez deivid-rodriguez merged commit e78ee64 into master Jan 17, 2025
3 checks passed
@deivid-rodriguez deivid-rodriguez deleted the restore-doc-pages branch January 17, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant