From 71a2040f6ac260ed9e0765ac8e05b390468ae104 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 13 Apr 2018 17:03:04 +0200 Subject: [PATCH] Rename bisq-network/docs => bisq-network/bisq-docs Rationale: this, like other bisq-* code repositories is a repository that we want and expect many people to fork and submit PRs from. Thus, it's good to have it qualified as bisq-docs, such that people don't end up cloning an unqualified 'docs' repository that ends up in forked repositories being named alice/docs, bob/docs, etc. See bisq-network/bisq-docs#36 --- .mrconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mrconfig b/.mrconfig index ab740a46c..9b1d9a159 100644 --- a/.mrconfig +++ b/.mrconfig @@ -17,7 +17,7 @@ checkout = git clone git@github.com:bisq-network/dao.git dao checkout = git clone git@github.com:bisq-network/bisq-desktop desktop [docs] -checkout = git clone git@github.com:bisq-network/docs.git docs +checkout = git clone git@github.com:bisq-network/bisq-docs.git docs [explorer] checkout = git clone git@github.com:bisq-network/bisq-explorer.git explorer