fix(docs): Sync CONTRIBUTE.md - HOWTO.md linking (#5561)

* fix: markdown link format

Maybe wrong due to use Google Translate

* fix: relative links format

See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes#relative-links-and-image-paths-in-readme-files

* fix: complete howto-contribute file linking
This commit is contained in:
David Ordás
2021-09-27 17:57:09 +02:00
committed by GitHub
parent d3719a3b33
commit d17198010c
7 changed files with 7 additions and 7 deletions

View File

@ -14,4 +14,4 @@ Don't hesitate to ask questions; every contributor started with a first PR. You
Even if you're an experienced open source contributor, there are things that might trip you up. Once you've submitted your PR, Travis-CI will run a linter, often finding little issues with spacing or alphabetization. If you get a green button, everything is ready for review, but if not, click on the travis link to find out what the linter didn't like. Fix the problem and add a commit to your PR.
Finally, if you're not sure that the resource you want to add is appropriate for Free-Programming-Books, read through the guidelines in [CONTRIBUTING](/CONTRIBUTING.md).
Finally, if you're not sure that the resource you want to add is appropriate for Free-Programming-Books, read through the guidelines in [CONTRIBUTING](CONTRIBUTING.md).