doc: fix broken internal documentation links#329
Conversation
Update the documentation link to point at doc/design/assumeutxo.md.
Update secp256k1 example links to point at their current directory.
Update internal secp256k1 links to point at their current repository paths.
|
Follow-up: added |
|
Quick review assist for the #81 bounty/improvement queue. I checked the touched Markdown links against the current default branch paths:
The diff is docs-only ( No bounty claim from me here; this is just triage help to keep the open #81-related PR queue moving. |
|
The CI run failed without creating any jobs, and the logs are unavailable. I checked the workflow run and it reports Could a maintainer please re-run the workflow? I tried to re-run it from my side, but GitHub requires admin rights on the upstream repository for this run. |
Description
Fix broken internal Markdown links in the documentation.
Notes
doc/README.md: point the Assumeutxo design link atdoc/design/assumeutxo.md.README.md: point secp256k1 usage example links atsrc/secp256k1/examples.Validation
git diff --checkon the local patch.Related to #32.