diff --git a/README.md b/README.md index c88278a..ff0497e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Building the website depends on [Docusaurus][docusaurus], you must have `npm` or `yarn` installed. You can run the site locally with: ```sh -git clone https://github.com/ntex-rs/ntex-website.git +git clone https://github.com/ntex-rs/website.git cd ntex-website npm install # or yarn install npm start # or yarn start @@ -15,7 +15,7 @@ Then visit http://localhost:3000. ## Updating diagrams -Diagrams are located under [/static/img/diagrams/](https://github.com/ntex-rs/ntex-website/tree/master/static/img/diagrams) and built with [Mermaid CLI][mermaid_cli]. +Diagrams are located under [/static/img/diagrams/](https://github.com/ntex-rs/ntex/tree/master/static/img/diagrams) and built with [Mermaid CLI][mermaid_cli]. For instance to edit `connection_overview` diagram: