-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[DOCS] documentation site 'Edit On GitHub' links return a 404 #2863
Comments
@benhopkinstech would you prefer to have the conversation here or in the discussion you created? |
@kfcampbell just keep it here and close the discussion, I wasn't sure where to raise it initially as I know the site is external to the repository. |
I've done so! I'm also going to copy my initial response there to here: What's really curious to me is that in most cases, such as clicking on the "Getting Started" guide here, GitHub will redirect to the correct branch and show a little banner: As for actually fixing this, I'm struggling to find where to make the change. I'm not seeing any relevant configuration in our docs configuration in |
I've requested approval on that PR. It still doesn't answer the issue on the readthedocs site, I have found this issue. Looks like we will need whoever has an account for the site to go in and change the settings. |
Ooh that's interesting... @nickfloyd do you know who might own those credentials? I've checked and I don't have access to anything that looks relevant. |
Sign in should be available here |
👋 Hey Friends, this issue has been automatically marked as |
Discussed in #2859
Originally posted by benhopkinstech January 22, 2024
Hello all,
Sorry if this is the wrong means of doing this but I don't feel it warranted an issue being created due to it not being a problem with the code itself.
When I was browsing the documentation website I noticed that the 'Edit on GitHub' links all seem to return a 404.
The links seem to point to the repository on the
master
branch which must have existed previously before being renamed tomain
.For example https://github.com/octokit/octokit.net/edit/master/docs/index.md is the link provided when trying to edit the home page.
This should read https://github.com/octokit/octokit.net/edit/main/docs/index.md.
Hopefully it should just be a matter of updating the base url on the documentation site to https://github.com/octokit/octokit.net/edit/main/docs/.
Ben
The text was updated successfully, but these errors were encountered: