Incorrect anchor link for "leaseholder" in architecture terms section

Open Beginner friendly
#23,250 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
86/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Quiet
Tech stack
html
Domain
documentation

Research direction

Start at the CockroachDB Architecture Terms glossary page and inspect the leaseholder link in the Raft leader entry. Update its href from #architecture-raft-leader to #leaseholder, then verify that clicking the link navigates to the leaseholder section.

Written by the indexing model from the issue text.

Description

Summary

In the CockroachDB Architecture Terms section of the docs, the "leaseholder" reference listed under the Raft leader entry contains an incorrect hyperlink anchor. The link currently points to #architecture-raft-leader instead of the correct #leaseholder anchor.

Steps to Reproduce

  1. Navigate to the CockroachDB Architecture Terms glossary page in the docs.
  2. Locate the Raft leader entry.
  3. Click the leaseholder hyperlink within that entry.

Expected Behavior

Clicking the "leaseholder" link should navigate to the #leaseholder section of the page.

Actual Behavior

The link navigates to the #architecture-raft-leader anchor instead. Inspecting the element confirms the incorrect href:

<a href="#architecture-raft-leader">leaseholder</a>
Image

Proposed Fix

<a href="#leaseholder">leaseholder</a>

Jira issue: DOC-16978

Dominant language
HTML
Stars
212
Forks
477
Avg merge
40m
Merged PRs (30d)
3

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from cockroachdb/docs

All issues in cockroachdb/docs

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.