From db71f8ed370107e6914fb9f7fce0a1ba6e9ae7ef Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Thu, 27 Feb 2025 13:48:51 +0000 Subject: [PATCH] doc/wiki: fix relative links --- doc/wiki/Altcoin-and-Forkcoin-Support.md | 14 +++++----- doc/wiki/Getting-Started-with-MMGen-Wallet.md | 28 +++++++++---------- .../Install-Bitcoind-from-Source-on-Linux.md | 4 +-- .../Install-MMGen-Wallet-on-Linux-or-macOS.md | 12 ++++---- ...en-Wallet-Quick-Start-with-Regtest-Mode.md | 2 +- doc/wiki/Subwallets.md | 8 +++--- doc/wiki/Test-Suite.md | 13 +++++---- .../XOR-Seed-Splitting-Theory-and-Practice.md | 4 +-- 8 files changed, 43 insertions(+), 42 deletions(-) diff --git a/doc/wiki/Altcoin-and-Forkcoin-Support.md b/doc/wiki/Altcoin-and-Forkcoin-Support.md index b98f01e1..7c1f68b2 100644 --- a/doc/wiki/Altcoin-and-Forkcoin-Support.md +++ b/doc/wiki/Altcoin-and-Forkcoin-Support.md @@ -346,13 +346,13 @@ the MMGen Project. [y]: https://github.com/ethereum/pyethereum [P]: https://pypi.org/project/pip [M]: https://getmonero.org/downloads/#linux -[X]: command-help-autosign -[gs]: Getting-Started-with-MMGen-Wallet -[bo]: Getting-Started-with-MMGen-Wallet#a_bo -[si]: Install-Bitcoind-from-Source-on-Linux -[bi]: Install-Bitcoind#a_d -[p8]: Install-Bitcoind#a_r +[X]: commands/command-help-autosign.md +[gs]: Getting-Started-with-MMGen-Wallet.md +[bo]: Getting-Started-with-MMGen-Wallet.md#a_bo +[si]: Install-Bitcoind-from-Source-on-Linux.md +[bi]: Install-Bitcoind.md#a_d +[p8]: Install-Bitcoind.md#a_r [ge]: https://github.com/ethereum/go-ethereum -[mx]: command-help-xmrwallet +[mx]: commands/command-help-xmrwallet.md [sb]: https://github.com/ethereum/solidity/releases [sd]: https://docs.soliditylang.org diff --git a/doc/wiki/Getting-Started-with-MMGen-Wallet.md b/doc/wiki/Getting-Started-with-MMGen-Wallet.md index 9e6f7b4f..8d4d1bf2 100644 --- a/doc/wiki/Getting-Started-with-MMGen-Wallet.md +++ b/doc/wiki/Getting-Started-with-MMGen-Wallet.md @@ -876,7 +876,7 @@ autosigning][07] on your offline machine. Autosigning makes it possible to transact directly from cold storage in a secure and convenient way. Ideally, your autosigning device should be a Raspberry Pi or other single-board computer for which MMGen Wallet provides LED support. However, an old laptop running -Linux or macOS would also suffice, provided its network interfaces are removed +Linux or macOS will also suffice, provided its network interfaces are removed or disabled.* To use MMGen Wallet for not only cold storage but also day-to-day transacting, @@ -1140,17 +1140,17 @@ $ python3 -m build --no-isolation $ python3 -m pip install user --upgrade dist/*.whl ``` -[01]: Tracking-and-spending-ordinary-Bitcoin-addresses +[01]: Tracking-and-spending-ordinary-Bitcoin-addresses.md [02]: https://tpfaucet.appspot.com -[03]: Recovering-Your-Keys-Without-the-MMGen-Wallet-Software -[04]: MMGen-Wallet-Quick-Start-with-Regtest-Mode -[05]: Key-address-files -[06]: Subwallets -[07]: command-help-autosign -[08]: Install-Bitcoind -[09]: Altcoin-and-Forkcoin-Support -[ax]: Altcoin-and-Forkcoin-Support#a_xmr -[cp]: ../commits/master -[mx]: command-help-xmrwallet -[li]: Install-MMGen-Wallet-on-Linux-or-macOS -[wi]: Install-MMGen-Wallet-on-Microsoft-Windows +[03]: Recovering-Your-Keys-Without-the-MMGen-Wallet-Software.md +[04]: MMGen-Wallet-Quick-Start-with-Regtest-Mode.md +[05]: Key-address-files.md +[06]: Subwallets.md +[07]: commands/command-help-autosign.md +[08]: Install-Bitcoind.md +[09]: Altcoin-and-Forkcoin-Support.md +[ax]: Altcoin-and-Forkcoin-Support.md#a_xmr +[cp]: ../../../../commits/master +[mx]: commands/command-help-xmrwallet.md +[li]: Install-MMGen-Wallet-on-Linux-or-macOS.md +[wi]: Install-MMGen-Wallet-on-Microsoft-Windows.md diff --git a/doc/wiki/Install-Bitcoind-from-Source-on-Linux.md b/doc/wiki/Install-Bitcoind-from-Source-on-Linux.md index c66c93cf..d8b6ab3f 100644 --- a/doc/wiki/Install-Bitcoind-from-Source-on-Linux.md +++ b/doc/wiki/Install-Bitcoind-from-Source-on-Linux.md @@ -106,7 +106,7 @@ $ curl -O 'https://raw.githubusercontent.com/mmgen/MMGenLive/master/home.mmgen/b $ sudo install -v mmlive-node-{start,stop} /usr/local/bin ``` -[01]: Install-Bitcoind -[02]: Install-Bitcoind#a_r +[01]: Install-Bitcoind.md +[02]: Install-Bitcoind.md#a_r [bu]: https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md [bcha]: https://github.com/Bitcoin-ABC/bitcoin-abc diff --git a/doc/wiki/Install-MMGen-Wallet-on-Linux-or-macOS.md b/doc/wiki/Install-MMGen-Wallet-on-Linux-or-macOS.md index b831594b..4480a701 100644 --- a/doc/wiki/Install-MMGen-Wallet-on-Linux-or-macOS.md +++ b/doc/wiki/Install-MMGen-Wallet-on-Linux-or-macOS.md @@ -41,7 +41,7 @@ invoked as user. $ python3 -m pip install --upgrade pip setuptools build wheel ``` -### Install MMGen: +### Install MMGen Wallet: #### Stable version: @@ -102,11 +102,11 @@ following steps: Congratulations, your installation is now complete! You can now proceed to [**Getting Started with MMGen Wallet**][gs]. -[01]: Install-Bitcoind -[02]: Install-Bitcoind-from-Source-on-Linux -[ts]: Test-Suite -[gs]: Getting-Started-with-MMGen-Wallet +[01]: Install-Bitcoind.md +[02]: Install-Bitcoind-from-Source-on-Linux.md +[ts]: Test-Suite.md +[gs]: Getting-Started-with-MMGen-Wallet.md [pi]: https://pypi.org -[af]: Altcoin-and-Forkcoin-Support +[af]: Altcoin-and-Forkcoin-Support.md [ec]: https://github.com/bitcoin-core/secp256k1.git [vv]: https://docs.python.org/3/library/venv.html diff --git a/doc/wiki/MMGen-Wallet-Quick-Start-with-Regtest-Mode.md b/doc/wiki/MMGen-Wallet-Quick-Start-with-Regtest-Mode.md index e0ed6c02..500af346 100644 --- a/doc/wiki/MMGen-Wallet-Quick-Start-with-Regtest-Mode.md +++ b/doc/wiki/MMGen-Wallet-Quick-Start-with-Regtest-Mode.md @@ -224,4 +224,4 @@ TOTAL: 510 BTC $ mmgen-regtest stop ``` -[G]: Getting-Started-with-MMGen-Wallet#a_ct +[G]: Getting-Started-with-MMGen-Wallet.md#a_ct diff --git a/doc/wiki/Subwallets.md b/doc/wiki/Subwallets.md index afc0849f..01f89f3b 100644 --- a/doc/wiki/Subwallets.md +++ b/doc/wiki/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]: ../commit/7538a9460e897b9b23d8ac58853c33713334043f -[c2]: ../commit/d1b8aefde6d3a13337cbe3147d9913eb09b6765b -[c3]: ../commit/82086c9936843dc43c1892b672cdf1680763ee84 -[sh]: command-help-subwalletgen +[c1]: ../../../../commit/7538a9460e897b9b23d8ac58853c33713334043f +[c2]: ../../../../commit/d1b8aefde6d3a13337cbe3147d9913eb09b6765b +[c3]: ../../../../commit/82086c9936843dc43c1892b672cdf1680763ee84 +[sh]: commands/command-help-subwalletgen.md diff --git a/doc/wiki/Test-Suite.md b/doc/wiki/Test-Suite.md index 343b928c..0b79f9a0 100644 --- a/doc/wiki/Test-Suite.md +++ b/doc/wiki/Test-Suite.md @@ -219,15 +219,16 @@ display the commands’ output on the screen as they’re being run. | `test/cmdtest.py` | overall operation of MMGen Wallet commands | | `test/tooltest.py` | the `mmgen-tool` utility - overall operation | | `test/tooltest2.py` | the `mmgen-tool` utility - data validity | -| `test/unit_tests.py` | low-level subsystems | +| `test/modtest.py` | low-level subsystems (unit tests) | +| `test/daemontest.py` | low-level subsystems requiring daemons | -[sd]: Install-Bitcoind-from-Source-on-Linux -[bd]: Install-Bitcoind +[sd]: Install-Bitcoind-from-Source-on-Linux.md +[bd]: Install-Bitcoind.md [md]: https://getmonero.org/downloads/#linux [ad]: https://download.bitcoinabc.org/ [cnd]: https://bitcoincashnode.org/ [ld]: https://download.litecoin.org/litecoin-0.17.1/ -[oe]: Altcoin-and-Forkcoin-Support#a_ed -[sc]: Altcoin-and-Forkcoin-Support#a_dt -[xr]: Altcoin-and-Forkcoin-Support#a_xmr_req +[oe]: Altcoin-and-Forkcoin-Support.md#a_ed +[sc]: Altcoin-and-Forkcoin-Support.md#a_dt +[xr]: Altcoin-and-Forkcoin-Support.md#a_xmr_req [oz]: https://github.com/openethereum/openethereum/releases/tag/v3.1.0 diff --git a/doc/wiki/XOR-Seed-Splitting-Theory-and-Practice.md b/doc/wiki/XOR-Seed-Splitting-Theory-and-Practice.md index 71212220..ec8fd367 100644 --- a/doc/wiki/XOR-Seed-Splitting-Theory-and-Practice.md +++ b/doc/wiki/XOR-Seed-Splitting-Theory-and-Practice.md @@ -345,5 +345,5 @@ an example will be provided in a future version of this document. [wm]: https://en.wikipedia.org/wiki/Modular_arithmetic [otp]: https://en.wikipedia.org/wiki/One-time_pad [sc]: https://en.wikipedia.org/wiki/Stream_cipher -[SS]: command-help-seedsplit -[SJ]: command-help-seedjoin +[SS]: commands/command-help-seedsplit.md +[SJ]: commands/command-help-seedjoin.md