docs: repaired the url in the readme

This commit is contained in:
Simon Cornet 2025-09-24 18:36:45 +02:00
commit 71f69a42d8

View file

@ -10,4 +10,4 @@ Run the following command in the root of this project to run this site locally.
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
``` ```
The site will be available here: <https://localhost:8000>. The site will be available here: <http://localhost:8000>.