Skip to content

Commit

Permalink
Update README.md - set correct repository URL (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
humb1t committed Mar 25, 2024
1 parent fd2bd54 commit 024f178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 024f178

Please sign in to comment.