• Christophe Bliard's avatar
    Fix broken documentation links · 19de155f
    Christophe Bliard authored
    Also make some links more self-descriptive for accessibility reasons.
    
    Remove trailing white spaces because my editor removes them
    automatically (and yours should too).
    
    Broken links were found with markdown-link-check with the following
    command:
    ```
    find . -name tmp -prune -o -name node_modules -prune -o -name \*.md -print0 | xargs -0 -n1 markdown-link-check
    ```
    19de155f
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.