From e841f7330ced80199b729ddb913ecace46986c8a Mon Sep 17 00:00:00 2001 From: Pavel Cisar Date: Sun, 19 Jun 2022 15:55:48 +0200 Subject: [PATCH] Fix git pull format --- docs/usage-guide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage-guide.txt b/docs/usage-guide.txt index 8e235ece..cca7474d 100644 --- a/docs/usage-guide.txt +++ b/docs/usage-guide.txt @@ -59,7 +59,7 @@ Installation 2. Clone the firebird-qa repository:: - > git clone git://github.com/FirebirdSQL/firebird-qa.git + > git clone https://github.com/FirebirdSQL/firebird-qa.git 3. Activate the Python virtual environment you created for QA, or skip this step if you want to install everything into main site-packages.