From 03a09b782738ecc41c406f5874f68de77fb20f20 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Mon, 30 Aug 2021 21:40:19 +0300 Subject: [PATCH] Replace old git urls with the current ones --- .gitmodules | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 536c8c9394..8975c6e2fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "vendor/postgres"] path = vendor/postgres - url = https://github.com/libzenith/postgres + url = https://github.com/zenithdb/postgres branch = main diff --git a/README.md b/README.md index 4cc4c2e032..254c38a476 100644 --- a/README.md +++ b/README.md @@ -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