diff --git a/Getting-Started-with-MMGen-Wallet.md b/Getting-Started-with-MMGen-Wallet.md index 44fde65..e4c43af 100644 --- a/Getting-Started-with-MMGen-Wallet.md +++ b/Getting-Started-with-MMGen-Wallet.md @@ -1114,9 +1114,9 @@ If you’ve deleted or lost your local copy of the MMGen Wallet repository, clon it again from Github, Gitlab or mmgen.org: ```text -$ git clone https://github.com/mmgen/mmgen.git -$ git clone https://gitlab.com/mmgen/mmgen.git -$ git clone https://mmgen.org/project/mmgen/mmgen.git +$ git clone https://github.com/mmgen/mmgen-wallet.git +$ git clone https://gitlab.com/mmgen/mmgen-wallet.git +$ git clone https://mmgen.org/project/mmgen/mmgen-wallet.git ``` Enter the repository and check out the master branch. Pull the latest changes @@ -1150,7 +1150,7 @@ $ python3 -m pip install user --upgrade dist/*.whl [08]: Install-Bitcoind [09]: Altcoin-and-Forkcoin-Support [ax]: Altcoin-and-Forkcoin-Support#a_xmr -[cp]: https://gitlab.com/MMGen/mmgen/-/commits/master +[cp]: https://gitlab.com/MMGen/mmgen-wallet/-/commits/master [mx]: command-help-xmrwallet [li]: Install-MMGen-Wallet-on-Linux [wi]: Install-MMGen-Wallet-on-Microsoft-Windows diff --git a/Home.md b/Home.md index 357fae4..92cd216 100644 --- a/Home.md +++ b/Home.md @@ -34,4 +34,4 @@ are performed via the `/` key. > #### [Tool API](Tool-API) -[cn]: https://gitlab.com/MMGen/mmgen/-/commits/master +[cn]: https://gitlab.com/MMGen/mmgen-wallet/-/commits/master diff --git a/Install-MMGen-Wallet-on-Linux.md b/Install-MMGen-Wallet-on-Linux.md index 76aded8..c027040 100644 --- a/Install-MMGen-Wallet-on-Linux.md +++ b/Install-MMGen-Wallet-on-Linux.md @@ -54,7 +54,7 @@ If not running in a virtual environment, make sure that `~/.local/bin` is in `/usr` or `/usr/local`. ```text -$ git clone https://github.com/mmgen/mmgen.git +$ git clone https://github.com/mmgen/mmgen-wallet.git $ cd mmgen $ python3 -m build --no-isolation $ python3 -m pip install --upgrade dist/*.whl # see 'Install Note' below diff --git a/Install-MMGen-Wallet-on-Microsoft-Windows.md b/Install-MMGen-Wallet-on-Microsoft-Windows.md index 8f439d2..519d775 100644 --- a/Install-MMGen-Wallet-on-Microsoft-Windows.md +++ b/Install-MMGen-Wallet-on-Microsoft-Windows.md @@ -317,7 +317,7 @@ covered in the documentation.* On your online machine, clone the MMGen Wallet repository: ```text -$ git clone https://github.com/mmgen/mmgen +$ git clone https://github.com/mmgen/mmgen-wallet Cloning into ’mmgen’... ``` @@ -466,9 +466,9 @@ steps. [mh]: https://www.msys2.org [mp]: https://sourceforge.net/projects/msys2 [mw]: https://github.com/msys2/msys2/wiki -[ov]: https://gitlab.com/MMGen/mmgen/-/releases/tag/v0.9.8 +[ov]: https://gitlab.com/MMGen/mmgen-wallet/-/releases/tag/v0.9.8 [sd]: https://download.sysinternals.com/files/SDelete.zip -[mr]: https://gitlab.com/MMGen/mmgen/-/releases +[mr]: https://gitlab.com/MMGen/mmgen-wallet/-/releases [di]: Deprecated-MSWin-Installation [ib]: Install-Bitcoind [gs]: Getting-Started-with-MMGen-Wallet diff --git a/Recovering-Your-Keys-Without-the-MMGen-Software.md b/Recovering-Your-Keys-Without-the-MMGen-Software.md index 3bfeac4..b55157d 100644 --- a/Recovering-Your-Keys-Without-the-MMGen-Software.md +++ b/Recovering-Your-Keys-Without-the-MMGen-Software.md @@ -504,7 +504,7 @@ False [01]: https://github.com/casascius/Bitcoin-Address-Utility [02]: https://github.com/matja/bitcoin-tool [03]: https://github.com/spesmilo/electrum/blob/1.9.5/lib/mnemonic.py -[04]: https://github.com/mmgen/mmgen -[05]: https://gitlab.com/mmgen/mmgen -[06]: https://gitflic.ru/project/mmgen/mmgen -[07]: https://mmgen.org/project/mmgen/mmgen +[04]: https://github.com/mmgen/mmgen-wallet +[05]: https://gitlab.com/mmgen/mmgen-wallet +[06]: https://gitflic.ru/project/mmgen/mmgen-wallet +[07]: https://mmgen.org/project/mmgen/mmgen-wallet diff --git a/Subwallets.md b/Subwallets.md index fa3dd4c..d590a6d 100644 --- a/Subwallets.md +++ b/Subwallets.md @@ -145,7 +145,7 @@ the above examples that can be run as-is, see commits [`7538a94`][c1], For more detailed usage information, see the [`mmgen-subwalletgen` help screen][sh]. -[c1]: https://gitlab.com/MMGen/mmgen/-/commit/7538a9460e897b9b23d8ac58853c33713334043f -[c2]: https://gitlab.com/MMGen/mmgen/-/commit/d1b8aefde6d3a13337cbe3147d9913eb09b6765b -[c3]: https://gitlab.com/MMGen/mmgen/-/commit/82086c9936843dc43c1892b672cdf1680763ee84 +[c1]: https://gitlab.com/MMGen/mmgen-wallet/-/commit/7538a9460e897b9b23d8ac58853c33713334043f +[c2]: https://gitlab.com/MMGen/mmgen-wallet/-/commit/d1b8aefde6d3a13337cbe3147d9913eb09b6765b +[c3]: https://gitlab.com/MMGen/mmgen-wallet/-/commit/82086c9936843dc43c1892b672cdf1680763ee84 [sh]: command-help-subwalletgen diff --git a/_Sidebar.md b/_Sidebar.md index cb556b5..adb6c88 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -25,6 +25,6 @@ [6]: Recovering-Your-Keys-Without-the-MMGen-Software [7]: Altcoin-and-Forkcoin-Support [8]: Subwallets -[9]: https://github.com/mmgen/mmgen/wiki/XOR-Seed-Splitting:-Theory-and-Practice +[9]: https://github.com/mmgen/mmgen-wallet/wiki/XOR-Seed-Splitting:-Theory-and-Practice [10]: Test-Suite [11]: Tool-API