-
Notifications
You must be signed in to change notification settings - Fork 14
Fix broken links to design principles document #78
Copy link
Copy link
Open
Labels
priority: highIt is important for the group to resolve this issue soon.It is important for the group to resolve this issue soon.status: pr-neededConsensus has been reached; the issue is now waiting for a PR to be submitted.Consensus has been reached; the issue is now waiting for a PR to be submitted.type: editorialThe issue only involves wording and not normative content.The issue only involves wording and not normative content.
Metadata
Metadata
Assignees
Labels
priority: highIt is important for the group to resolve this issue soon.It is important for the group to resolve this issue soon.status: pr-neededConsensus has been reached; the issue is now waiting for a PR to be submitted.Consensus has been reached; the issue is now waiting for a PR to be submitted.type: editorialThe issue only involves wording and not normative content.The issue only involves wording and not normative content.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Looks like there are two versions of the hyperlink being used in the document to the Design Principles PDF.
A broken version uses: "https://www.trustoverip.org/wp-content/uploads/Design-Principles-for-the-ToIP-Stack-V1.0-2022-01-17.pdf" - this results in a 404 Page error.
Whereas "https://trustoverip.org/wp-content/uploads/Design-Principles-for-the-ToIP-Stack-V1.0-2022-11-17.pdf" works.
It looks like the error is in the date (2022-11-17 works, 2022-01-17 doesn't).
The quick fix would be a "find and replace" of the hyperlink, a better fix would be to make these links less fragile, perhaps by not referring to release dates, version numbers or other dynamic elements in the URL? A DID perhaps? ;-)