doc/wiki: fix relative links

This commit is contained in:
The MMGen Project 2025-02-27 13:48:51 +00:00
commit db71f8ed37
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
8 changed files with 43 additions and 42 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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