mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-20 11:49:07 +02:00
doc: fix broken relative md links
These relative links in our documentation are broken, fix them.
This commit is contained in:
@@ -123,11 +123,11 @@ We can also log custom events to the logger.
|
||||
```
|
||||
|
||||
**Note: Please also consider the functional test
|
||||
[readme](../test/functional/README.md), which provides an overview of the
|
||||
[readme](/test/functional/README.md), which provides an overview of the
|
||||
test-framework**. Modules such as
|
||||
[key.py](../test/functional/test_framework/key.py),
|
||||
[script.py](../test/functional/test_framework/script.py) and
|
||||
[messages.py](../test/functional/test_framework/messages.py) are particularly
|
||||
[key.py](/test/functional/test_framework/key.py),
|
||||
[script.py](/test/functional/test_framework/script.py) and
|
||||
[messages.py](/test/functional/test_framework/messages.py) are particularly
|
||||
useful in constructing objects which can be passed to the bitcoind nodes managed
|
||||
by a running `TestShell` object.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user