From d2f97b8d2da4c21047e217ef9f2c36567a181e04 Mon Sep 17 00:00:00 2001 From: Raul Zaharia Date: Thu, 12 Oct 2023 18:26:47 +0300 Subject: [PATCH] Update README.md removed link tot the docs from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 911b4541..fcb1cfc1 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ For static analysis, we are using `CodeQL` & `Microsoft C++ Code Analysis`. ## Documentation The project uses Sphinx as the main documentation engine. Sphinx sources can be located under `docs` folder. -On every commit to `main`, a compiled version of the Sphinx documentation is published to `gh-pages` and then to [docs](https://gdt050579.github.io/GView). +On every commit to `main`, a compiled version of the Sphinx documentation is published to `gh-pages` and then to docs. ## Start contributing - Clone this repository using recurse submodules: