Documentation/content/getting-started
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
..
email-settings.md Fix getting-started/email-settings.md 2022-07-26 21:46:39 +02:00
faq.md fix broken link to the default branch (#254) 2022-08-03 12:24:47 +02:00
first-repository.md Fix getting-started/first-repository.md 2022-07-26 21:46:39 +02:00
first-steps.md Fix getting-started/first-steps.md 2022-07-26 21:46:39 +02:00
index.md Getting Started Guide (#47) 2020-09-02 16:00:11 +02:00
install-git.md Fixing broken links (#267) 2022-10-03 21:35:01 +02:00
issue-tracking-basics.md Fix getting-started/issue-tracking-basics.md 2022-07-26 21:46:39 +02:00
licensing.md Make "AGPL-3.0-or-later" hyperlink go to corresponding licence page instead of list of all licences 2022-08-20 02:34:35 +02:00
what-is-codeberg.md Fix getting-started/what-is-codeberg.md 2022-07-26 21:46:39 +02:00
wiki.md Fix getting-started/wiki.md 2022-07-26 21:46:39 +02:00