Replace old git urls with the current ones

This commit is contained in:
Kirill Bulatov
2021-08-30 21:40:19 +03:00
committed by Stas Kelvich
parent 63d0a865f4
commit 03a09b7827
2 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -1,4 +1,4 @@
[submodule "vendor/postgres"]
path = vendor/postgres
url = https://github.com/libzenith/postgres
url = https://github.com/zenithdb/postgres
branch = main

View File

@@ -111,7 +111,7 @@ INSERT 0 1
## Running tests
```sh
git clone --recursive https://github.com/libzenith/zenith.git
git clone --recursive https://github.com/zenithdb/zenith.git
make # builds also postgres and installs it to ./tmp_install
cd test_runner
pytest
@@ -130,4 +130,4 @@ To view your `rustdoc` documentation in a browser, try running `cargo doc --no-d
- Read `CONTRIBUTING.md` to learn about project code style and practices.
- Use glossary in [/docs/glossary.md](/docs/glossary.md)
- To get familiar with a source tree layout, use [/docs/sourcetree.md](/docs/sourcetree.md).
- To learn more about PostgreSQL internals, check http://www.interdb.jp/pg/index.html
- To learn more about PostgreSQL internals, check http://www.interdb.jp/pg/index.html