fix: anchors
Created by: kshychko
Minor anchor fixes, noticed them on https://github.com/uncefact/spec-untp/actions/runs/12259258110/job/34200984651#step:5:17
Warning: Docusaurus found broken anchors!
Please check the pages of your site in the list below, and make sure you don't reference any anchor that does not exist.
Note: it's possible to ignore broken anchors with the 'onBrokenAnchors' Docusaurus configuration, and let the build pass.
Exhaustive list of all broken anchors found:
- Broken anchor on source page path = /spec-untp/docs/implementations/Registers:
-> linking to #sample-register (resolved as: /spec-untp/docs/implementations/Registers#sample-register)
- Broken anchor on source page path = /spec-untp/docs/specification/DigitalIdentityAnchor:
-> linking to #use-cases (resolved as: /spec-untp/docs/specification/DigitalIdentityAnchor#use-cases)
- Broken anchor on source page path = /spec-untp/docs/specification/VerifiableCredentials:
-> linking to #vc-basic-profile (resolved as: /spec-untp/docs/specification/VerifiableCredentials#vc-basic-profile)
[SUCCESS] Generated static files in "build".
@onthebreeze
, do we want to fail builds in case of broken anchors? It will prevent PRs with broken anchors to be merged.