Skip to content

Commit 12cf998

Browse files
0x501Dkyukhin
authored andcommitted
readme: fix repository url
The unauthenticated git protocol on port 9418 is no longer supported. NO_DOC=doc NO_TEST=doc NO_CHANGELOG=doc
1 parent 7175f1c commit 12cf998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.FreeBSD

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pkg install git cmake gmake readline icu libiconv
88
2. Download & build tarantool source code:
99
-------------
1010

11-
git clone git://github.com/tarantool/tarantool.git
11+
git clone https://github.com/tarantool/tarantool.git
1212

1313
cd tarantool
1414
mkdir build && cd build

README.OpenBSD

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkg_add git m4 curl cmake gmake
77
2. Download & build tarantool source code
88
-----------------------------------------
99

10-
git clone git://github.com/tarantool/tarantool.git
10+
git clone https://github.com/tarantool/tarantool.git
1111

1212
cd tarantool
1313
git submodule update --init --recursive

0 commit comments

Comments
 (0)