10 Commits

Author SHA1 Message Date
as-op e033a24971 fix links 2026-05-13 10:16:26 +02:00
as-op fdda7742de update known exception for links and update link checker to disallow README.md links 2026-05-13 10:04:29 +02:00
Christophe Bliard 0204e008d6 Fix link, /docs/development/security is valid
The script does not know the redirection rules from data/redirects_docs.yml file from website repository
2025-02-06 09:32:32 +01:00
Jan Sandbrink c000df32f1 Also check static links for consistency
Previously we only checked internal linking inside the
documentation for consistency. Now there is also a basic
test to see whether links from OpenProject into the documentation
are pointing to a valid page.

I used this opportunity to move the static links into a Yaml file.
This made it easier to load the list of static links for the check
as well and it removed a long data object from the Ruby code.
2025-01-15 16:42:48 +01:00
as-op c0e06a0d98 fix broken docker links 2024-09-12 12:21:08 +02:00
as-op 48d7c825f4 fix(docs): find broken anchors in absolute doc urls 2024-07-16 15:42:32 +02:00
ulferts 3b2121f733 Revert "Merge remote-tracking branch 'origin/release/13.4' into dev"
This reverts commit 40b2bbeb09, reversing
changes made to b4c6cb17cc.
2024-03-21 11:31:17 +01:00
Ivan Kuchin 7787e457a3 Revert "Merge branch 'dev' into release/13.4"
This reverts commit a901541269, reversing
changes made to e573ca00b7.
2024-03-20 20:19:08 +01:00
Ivan Kuchin 9e4934cd0a change quotes using rubocop --only Style/StringLiterals,Style/QuotedSymbols -a 2024-03-20 18:05:22 +01:00
as-op 47ae2444ab ci(docs): add (internal) link checker & Github pull request action 2024-02-13 14:23:12 +01:00