doc: fix broken relative md links

These relative links in our documentation are broken, fix them.
This commit is contained in:
willcl-ark
2024-05-02 21:30:59 +01:00
parent 9d1a286f20
commit 4b9f49da2b
5 changed files with 15 additions and 16 deletions

View File

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