mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-05-24 08:31:12 -05:00
[PR #696] fix(uk): correct anchor links in Ukrainian menu #6422
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/696
Author: @ghotriw
Created: 4/30/2026
Status: 🔄 Open
Base:
master← Head:fix-uk-anchors📝 Commits (1)
24e5e0cfix(uk): correct anchor links in Ukrainian menu📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
config.yaml(+2 -2)📄 Description
The "Швидкий Огляд" and "Повна Специфікація" buttons on https://www.conventionalcommits.org/uk/v1.0.0/ pointed to #summary and #specification, which don't exist on the Ukrainian page.
The actual headings are ## Вступ and ## Специфікація, so the auto-generated anchor IDs are #вступ and #специфікація.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.