[BUG] Fix invalid headers in hash links
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
depends on #378
Current Behavior
there is a number of invalid links to hashed sections, like send-transactions.md#signaturealgorithm
Expected Behavior
all links should point to valid sections in existing files
Steps To Reproduce
run yarn remark:once to see warnings with broken links
Environment
- OS:
- Node:
- npm:
What are you currently working on that this is blocking?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Resolve the dependency on issue #378 first, then run yarn remark:once to list warnings for broken hash links. Inspect the reported Markdown files, including the example send-transactions.md#signaturealgorithm, and compare each hash with an existing section. Done means all links point to valid sections in existing files and the command reports no broken hash links.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100