From 1965d09b728703332645fb9c656a69c3b307375f Mon Sep 17 00:00:00 2001 From: "Andres O. Vela" Date: Sat, 17 Sep 2022 07:21:53 +0000 Subject: [PATCH] Fix typo in link to dev-docs (#5999) # Objective - Fix typo ## Solution - Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ce0459b13..586513eb99 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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