Fix badge URL
This MR clarifies what needs to be done to tackle #51 (closed).
Merge request reports
Activity
@amohammadi: The changes that need to be done are in this MR. We'd need to apply them to all READMEs.
An alternative route is the following:
- We take this opportunity to remove all badges from our README files
- We move these badges to a gitlab feature: https://docs.gitlab.com/ee/user/project/badges.html
The advantage is that it takes this badge management out of the repo code. There is an API for that in gitlab, and we can write scripts to setup these automagically.
The disadvantage is that we'll loose the badges on PyPI as those there are displayed from the README.
Edited by André Anjosmentioned in commit 534e6e84
For this one on the project-level badges, you'll see an example here: https://gitlab.idiap.ch/bob/bob.devtools
I don't think it replaces completely the README badges and the current functionality we have with our tools, unfortunately (it is quite static). The only advantage is that they are displayed on top, at the project landing page.