-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Edit Redirects to 404 path #228
Comments
@rinoldsimon Thank you for letting us know of this issue. We recently updated the default branch name for The edit link is hardcoded in
|
I think we can add this to Guidemaker as an addon config pretty easily. I’ll try to look at it today or ask Chris for help when we pair on Thursday. A third option is to recreate the “master” branch so that the links go somewhere. I think I will do that as well, while we work on the other task. How does that sound, @ijlee2 ? |
@jenweber Yep, a temporary revert of the branch name is okay with me. Thanks for your help! |
We don’t have to revert anything, thankfully. I will branch from main, call the new branch master, and leave main as the default. I’ll do that now. I’ll also make sure that removing it is tracked in an issue. |
Step one is done and the links work again. |
This commit seems to add the needed configuration: 2b376bc So I think this issue can be closed? |
Editing guides at all the pages are redirecting to 404
When I click the edit icon at the top right corner https://cli.emberjs.com/release/appendix/dev-tools/, It takes me to
https://github.com/ember-learn/cli-guides/edit/master/guides/appendix/dev-tools.md (404)
Actually, it should take me to
https://github.com/ember-learn/cli-guides/edit/main/guides/appendix/dev-tools.md
The text was updated successfully, but these errors were encountered: