mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 02:11:24 +02:00
doc: fix broken relative md links
These relative links in our documentation are broken, fix them.
This commit is contained in:
@ -334,7 +334,7 @@ Recommendations:
|
||||
- Avoid linking to external documentation; links can break.
|
||||
|
||||
- Javadoc and all valid Doxygen comments are stripped from Doxygen source code
|
||||
previews (`STRIP_CODE_COMMENTS = YES` in [Doxyfile.in](doc/Doxyfile.in)). If
|
||||
previews (`STRIP_CODE_COMMENTS = YES` in [Doxyfile.in](/doc/Doxyfile.in)). If
|
||||
you want a comment to be preserved, it must instead use `//` or `/* */`.
|
||||
|
||||
### Generating Documentation
|
||||
@ -1335,8 +1335,7 @@ Release notes should be written for any PR that:
|
||||
|
||||
Release notes should be added to a PR-specific release note file at
|
||||
`/doc/release-notes-<PR number>.md` to avoid conflicts between multiple PRs.
|
||||
All `release-notes*` files are merged into a single
|
||||
[/doc/release-notes.md](/doc/release-notes.md) file prior to the release.
|
||||
All `release-notes*` files are merged into a single `release-notes-<version>.md` file prior to the release.
|
||||
|
||||
RPC interface guidelines
|
||||
--------------------------
|
||||
|
Reference in New Issue
Block a user