From d92d46d1a1c76e89d8b1337994e81613b5b1d24c Mon Sep 17 00:00:00 2001 From: Georgi Michev <georgi.michev@vereign.com> Date: Fri, 1 Dec 2023 10:41:10 +0200 Subject: [PATCH] Update the path in ssl instructions Signed-off-by: Georgi Michev <georgi.michev@vereign.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce40322..8e57983 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ mkcert -install ``` 3. Go to the "workspace" directory if not there already: ```shell -cd $GOPATH/src/git@gitlab.eclipse.org:eclipse/xfsc/tsa/workspace.git/workspace +cd $GOPATH/src/gitlab.eclipse.org/eclipse/xfsc/tsa/workspace ``` 4. Create the certificate for the localhost: ```shell -- GitLab