19 Commits

Author SHA1 Message Date
as-op 1b63e44703 lint fix 2024-04-29 17:13:24 +02:00
as-op de9878e9ed chore(lint): fix typos with cspell 2024-01-22 11:37:17 +01:00
as-op 954bce84a6 chore(SEO): use links to community without redirect 2024-01-18 18:07:04 +01:00
as-op a2aa98232d docs: fix links & anchors 2023-11-02 14:01:10 +01:00
Christophe Bliard 19de155f50 Fix broken documentation links
Also make some links more self-descriptive for accessibility reasons.

Remove trailing white spaces because my editor removes them
automatically (and yours should too).

Broken links were found with markdown-link-check with the following
command:
```
find . -name tmp -prune -o -name node_modules -prune -o -name \*.md -print0 | xargs -0 -n1 markdown-link-check
```
2023-09-26 09:33:53 +02:00
luz paz c757e6f60e Fix various typos
Found via `codespell -q 3 -S ./.git,./config/locales,./modules/xls_export/config/locales,./modules/job_status/config/locales,./modules/two_factor_authentication/config/locales,./modules/backlogs/config/locales/crowdin,./**/config/locales,./frontend/src/vendor -L ba,inflight,nd,parms,pullrequest,pullrequests,sur,varius`
2022-11-08 05:34:15 -05:00
Andrej Sandorf ece2899445 fix(docs): adjust links to refactored frontend source [skip ci] (#10905) 2022-07-05 11:15:08 +02:00
Andrej Sandorf a0701032b6 Fix/docs (#10869) [skip ci]
* fix(docs): remove unused images
* fix(docs): reduce png image sizes
* fix(docs): invalid signs in markdown formatting
* fix(docs): adjust legal link
* fix(docs): don't use ZWSP & NBSP without reason
* fix(docs): cleanup release notes index page
* fix(docs): remove unused markdown frontmatter
2022-06-28 10:55:12 +02:00
Andrej Sandorf 36a207fc60 Chore/doc pngs (#10422)
* feat(docs): remove uppercase duplicate pngs

* feat(docs): reduce png file sizes
2022-04-04 09:17:08 +02:00
Andrej Sandorf 37e6f9749c fix(doc-links): use https, harmonize url formats, linkify text-only urls, codify example urls (#10374) 2022-03-23 16:36:45 +01:00
Andrej Sandorf b009963554 feat(docs): cherry-pick some dev only changes (#10310) 2022-03-15 16:28:17 +01:00
Andrej Sandorf 221bbbd1a0 Bug/40081 find and fix broken anchors in docs [skip ci] (#9897)
* [#40081] Find and fix broken #anchors in docs
* fix(docs): do NOT link to edge

https://community.openproject.org/work_packages/40081
2021-11-23 16:26:46 +01:00
Andrej Sandorf 4783514123 fix(docs): stop using https://docs.openproject.org; fix redirected links (#9400) 2021-06-16 17:30:23 +02:00
Phil Davis bbe289cadd Fix various docs typos 2021-06-03 14:56:35 +02:00
luz paz 3683042c9b Fix typos in user facing and non-user facing code
Found via `codespell v2.1.dev0`
2021-01-24 15:08:21 +01:00
Aleix Suau 49c5ba3dff Added link to permissions (#8902) 2021-01-07 14:56:08 +01:00
ML-OpenP a3b7d33f36 linkfixes in docs
[ci skip]
2020-11-04 12:16:20 +01:00
Oliver Günther b74682f549 Add documentation on hal resources
[ci skip]
2020-09-24 09:11:11 +02:00
Oliver Günther 2a522939cb Add documentation on queries and query space
[ci skip]
2020-09-21 16:14:16 +02:00