Convert markdown inline links to reference style links #1100
Labels
docs
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Problem
We use the inline style of markdown links for all
.md
files:[link here](https://website.com/some/link)
This creates linting errors due to line length, and is also not the preferred approach with markdown.
Solution
Use reference style links in all markdown files:
The reference is not limited by line length.
Task
Update all
.md
files underdocs
to use references for links and images.An example of the correct format can be found here: https://github.com/hotosm/fmtm/blob/development/docs/index.md
Related Tasks
A smaller chunk of #921
The text was updated successfully, but these errors were encountered: