Documentation/content
Felipe Leopoldo Sologuren Gutiérrez 98c40b8a07 Fixing broken links (#267)
Changes:
 * Fallback images links are all lowercase now.
 * Fix html redirect (meta tag http-equiv redirect) from ```/git/clone-commit-via-http ```to ```/git/clone-commit-via-web```.
 * Added protocol to an email link.
 * Fix some pages links.

To detect broken links I used wget:

```
wget --spider --recursive --level=0 --debug -e robots=off --base=http://localhost:8080 http://localhost:8080 2>&1 | grep ^Found\ [0-9]*\ broken\ link
```

However, wget detects html redirects (meta tag http-equiv refresh) as false positive.

If broken links have found, then the referer header will be searched for find out where they are:
```
wget --spider --recursive --level=0 --save-headers --debug -e robots=off --base=http://localhost:8080 http://localhost:8080 2>&1 | less
```

Co-authored-by: fsologureng <sologuren@estudiohum.cl>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/267
Co-authored-by: Felipe Leopoldo Sologuren Gutiérrez <fsologureng@noreply.codeberg.org>
Co-committed-by: Felipe Leopoldo Sologuren Gutiérrez <fsologureng@noreply.codeberg.org>
2022-10-03 21:35:01 +02:00
..
_data Remove branch from Git repo URLs 2021-08-26 22:53:10 +09:00
_includes Fix contribution_invitation.njk 2022-07-26 21:46:39 +02:00
advanced Add CI section (#237) 2022-07-17 23:48:10 +02:00
ci Add CI section (#237) 2022-07-17 23:48:10 +02:00
codeberg-pages Update 'content/codeberg-pages/troubleshooting.md' 2022-09-25 12:26:15 +02:00
collaborating Fixing broken links (#267) 2022-10-03 21:35:01 +02:00
getting-started Fixing broken links (#267) 2022-10-03 21:35:01 +02:00
git added line to explain that a git push is necessary (#257) 2022-08-06 15:39:35 +02:00
improving-codeberg Fix typo 2022-08-11 16:30:05 +02:00
improving-documentation Create a new section documentation 2022-04-14 12:34:58 +02:00
integrations Diverse changes (#189) 2022-01-21 11:36:38 +01:00
markdown Fixing broken links (#267) 2022-10-03 21:35:01 +02:00
security Revise 2022-08-06 15:44:16 +02:00
contact.md Fixing broken links (#267) 2022-10-03 21:35:01 +02:00
content.11tydata.json Blending together codeberg-docs-prototype and original Codeberg/Documentation 2020-08-13 12:31:45 +02:00
home.md Fix home.md 2022-07-26 21:46:39 +02:00
redirects.md Add CI section (#237) 2022-07-17 23:48:10 +02:00