streetcomplete / StreetComplete

Easy to use OpenStreetMap editor for Android
https://streetcomplete.app
GNU General Public License v3.0
3.66k stars 338 forks source link

Fix links in documentation #5619

Closed Jean-BaptisteC closed 3 weeks ago

Jean-BaptisteC commented 3 weeks ago

I have planned to fix all links in documentation.

HolgerJeromin commented 3 weeks ago

ref https://github.com/streetcomplete/StreetComplete/commit/6fe3387783d7de0ce283ff44186e735277912778

Jean-BaptisteC commented 3 weeks ago

ref https://github.com/streetcomplete/StreetComplete/commit/5a2286bd8140ec5ae958a76a46af27ee24d5fbd4

Jean-BaptisteC commented 3 weeks ago

All links in documentation has been tested

matkoniecz commented 3 weeks ago

At some point I will get that dead link detector running...

This should have been detected automatically.

(I started working on it and run into bugs in libraries I was planning to use - I should look whether they fixed them or just write spider + error checker myself)

mnalis commented 3 weeks ago

At some point I will get that dead link detector running...

Something like this (have not tried)? https://andrewwegner.com/find-broken-links-with-github-actions.html

matkoniecz commented 3 weeks ago

https://andrewwegner.com/find-broken-links-with-github-actions.html

I use broken-link-checker for now. I picked this because I'm familiar with it. It hasn't been updated since 2018, though, so in the future I may spend some time either looking for an alternative or building an alternative. For the time being though, it works just fine.

Well, for me it is not working fine - see https://github.com/stevenvachon/broken-link-checker/issues/234 (it is one of projects I tried)