Skip to content

Commit

Permalink
Fix typo in link to dev-docs (bevyengine#5999)
Browse files Browse the repository at this point in the history
# Objective

- Fix typo

## Solution

- Fix typo
  • Loading branch information
andresovela committed Sep 17, 2022
1 parent 503c2a9 commit 1965d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ This is incredibly valuable, easily distributed work, but requires a bit of guid
* Accepted RFCs are not documentation: they serve only as a record of accepted decisions.

[docs.rs](https://docs.rs/bevy) is built from out of the last release's documentation, which is written right in-line directly above the code it documents.
To view the current docs on `main` before you contribute, clone the `bevy` repo, and run `cargo doc --open` or go to [dev-docs.bevengine.org](https://dev-docs.bevyengine.org/),
To view the current docs on `main` before you contribute, clone the `bevy` repo, and run `cargo doc --open` or go to [dev-docs.bevyengine.org](https://dev-docs.bevyengine.org/),
which has the latest API reference built from the repo on every commit made to the `main` branch.

### Writing examples
Expand Down

0 comments on commit 1965d09

Please sign in to comment.