We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BevyMark errors with a 404:
The text was updated successfully, but these errors were encountered:
The correct link is https://bevyengine.org/examples/stress_tests/bevymark/.
Not sure how it ended up as the wrong link
Sorry, something went wrong.
this is due to the "slugify" there:
bevy-website/templates/examples.html
Line 26 in 55027e2
_ are avoided in URLs and replaced by -
_
-
I think changing to
category_path=`echo $2 | tr '_' '-'`
on the script once #350 merges should do the trick.
That will break the compile… we'll need to add a category_slug var or something.
category_slug
75acb73
Successfully merging a pull request may close this issue.
BevyMark errors with a 404:
The text was updated successfully, but these errors were encountered: