-
Notifications
You must be signed in to change notification settings - Fork 361
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
Change current book to quick start guide #880
Change current book to quick start guide #880
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commented about a couple links that 404'ed. Should be ready to go after those are fixed.
found one more 404 in |
some of the blog posts link to |
The plan is to change all of those in #878 I believe. Probably switch them to the |
I don't have the data to say whether we should clean those up or not. Depends on how much traffic those pages are getting. If I had to guess it'd probably be ok to let the be broken for a day or two, but hard to say for sure. |
I mean, it's not touching the deployed site afaik. This PR is only targeting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good other than the broken links to /learn/book/introduction
in the news posts. @alice-i-cecile your call whether we should fix it in this pr or a follow up.
Let's fix those broken links here. |
# Objective Since bevyengine/bevy-website#880, the old book is now the Quick Start Guide, but the references to the old book have not been updated. ## Solution Update references to the old book to point to the Quick Start Guide.
# Objective Since bevyengine/bevy-website#880, the old book is now the Quick Start Guide, but the references to the old book have not been updated. ## Solution Update references to the old book to point to the Quick Start Guide.
# Objective Since bevyengine/bevy-website#880, the old book is now the Quick Start Guide, but the references to the old book have not been updated. ## Solution Update references to the old book to point to the Quick Start Guide.
Changes references inside the quick start guide from book to quick start guide, fixes links inside of the quick start guide that used to go to the book. It also clarifies and fixes the last section in next steps.
Closes #875
Fixes #261