From 024f178b5241d25357bd11d095d3987d2264bde2 Mon Sep 17 00:00:00 2001 From: Nikita Bishonen Date: Mon, 25 Mar 2024 11:58:06 +0100 Subject: [PATCH] Update README.md - set correct repository URL (#7) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: