diff --git a/README.md b/README.md index ea9fcce..34072b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Status Technical Docs +# Nimbus Site -This repo hosts the code for both [docs.status.im](https://docs.status.im) on the `master` branch (which builds and serves through `gh-pages`), and [dev-docs.status.im](https://dev-docs.status.im) on the `develop` branch. +This repo hosts the code for both [nimbus.status.im](https://docs.status.im) on the `master` branch (which builds and serves through `gh-pages`), and [dev-nimbus.status.im](https://dev-docs.status.im) on the `develop` branch. There is an `edit` button on each page, which will take you directly to the document you need to edit on the `develop` branch. We can then allow a large group of people to push directly to `develop` and show their changes on the staging site when asking for review, which should smooth out and speed up the process considerably for everyone. `master` is obviously protected, and will only have changes merged in from `develop` once accepted.