cockroachdb / cockroachdb/docs

Incorrect anchor link for "leaseholder" in architecture terms section

Ouverte
#23,250 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
HTML
Étoiles
212
Forks
476
Merge moyen
40 min
PR mergées (30 j)
3

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](https://www.cockroachlabs.com/docs/stable/architecture/glossary#cockroachdb-architecture-terms) in the docs.
2. Locate the [Raft leader entry](https://www.cockroachlabs.com/docs/stable/architecture/glossary#raft-leader).
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`:

```html
leaseholder
```

Image

## Proposed Fix

```html
leaseholder
```

Jira issue: DOC-16978

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.