View Issue Details

IDProjectCategoryView StatusLast Update
0011554Talerdocumentationpublic2026-06-25 08:44
Reporterhtgoebel Assigned To 
PriorityhighSeveritytextReproducibilityalways
Status newResolutionopen 
Product Versiongit (master) 
Summary0011554: Wrong inter-document links in documentation
DescriptionThe documentation contains wrong links to other parts of the documentation. This makes it hard to work with the documentation.

Examples:
1. In Merchant API, some links to data structures (defined in the same document) do not work.
2. In Merchant API, some links to common data structures (defined in the api-common) do not work
Steps To Reproduce1. Go to https://docs.taler.net/core/api-merchant.html#claiming-an-order

Case 1:
1. Go to https://docs.taler.net/core/api-merchant.html#creating-orders
2. Scroll down to "Details", "PostOrderRequest"
3. Click on the first "Order"
--> will go to non-existing https://docs.taler.net/a-merchant.html#tsref-type-Order

Case 1:
1. Go to https://docs.taler.net/core/api-merchant.html#creating-orders
2. Scroll down to "Details", "PostOrderRequest"
3. Click on the first "RelativeTime" (near "refund_delay"
--> will go to non-existing https://docs.taler.net/api-common.html#tsref-type-RelativeTime
Additional InformationCauses:

Case 1: Link contains path, even if target is in same file
Case 2: Path in link is missing "core/"

Suggestion:
As part of the CI, run a link-checker - at least every now and then.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-06-25 08:44 htgoebel New Issue