You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Documentation/content/collaborating
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: #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>
8 months ago
..
citable-code.md Fix collaborating/citable-code.md 10 months ago
create-organization.md Fix collaborating/create-organization.md 10 months ago
index.md Fix collaborating/index.md 10 months ago
invite-collaborators.md Fix collaborating/invite-collaborators.md 10 months ago
pull-requests-and-git-flow.md Fix collaborating/pull-requests-and-git-flow.md 10 months ago
repo-permissions.md Fix collaborating/repo-permissions.md 10 months ago
resolve-conflicts.md Fixing broken links (#267) 8 months ago