bevy/.github/contributing
Blake Bedford 2414311079
Fixed #14248 and other URL issues (#14276)
# Objective

Fixes #14248 and other URL issues.

## Solution

- Describe the solution used to achieve the objective above.
Removed the random #s in the URL. Led users to the wrong page. For
example, https://bevyengine.org/learn/errors/#b0003 takes users to
https://bevyengine.org/learn/errors/introduction, which is not the right
page. Removing the #s fixes it.

## Testing

- Did you test these changes? If so, how?
I pasted the URL into my address bar and it took me to the right place.

- Are there any parts that need more testing?
No
2024-07-11 12:01:49 +00:00
..
engine_style_guide.md Fixed #14248 and other URL issues (#14276) 2024-07-11 12:01:49 +00:00
example_style_guide.md Cleanup system sets called labels (#7678) 2023-02-14 21:46:07 +00:00