From a25907e42ae18f9df28974aeb784e322ae8ccb15 Mon Sep 17 00:00:00 2001 From: Andrew Ponomarev Date: Thu, 26 Jan 2023 15:26:32 +0300 Subject: [PATCH] Link to the repository in the docs. --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index 8c3a202..1b3c46a 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -21,7 +21,7 @@ virtual environment and install dependencies: .. code-block:: shell - $ git clone http://cais.iias.spb.su/gitlab/Hatter/organ.git organ + $ git clone https://gitlab.actcognitive.org/itmo-sai-code/organ.git organ $ cd organ $ python3 -m venv venv $ source venv/bin/activate -- GitLab