Commit 43dea824 authored by Marcia Ramos's avatar Marcia Ramos

use inline links instead of referenced

parent 11661c2a
...@@ -113,13 +113,12 @@ merge request. ...@@ -113,13 +113,12 @@ merge request.
## Links ## Links
- If a link makes the paragraph to span across multiple lines, do not use - Use the regular inline link markdown markup `[Text](https://example.com)`.
the regular Markdown approach: `[Text](https://example.com)`. Instead use It's easier to read, review, and maintain.
`[Text][identifier]` and at the very bottom of the document add: - If there's a link that repeats several times through the same document,
`[identifier]: https://example.com`. This is another way to create Markdown you can use `[Text][identifier]` and at the bottom of the section or the
links which keeps the document clear and concise. Bonus points if you also document add: `[identifier]: https://example.com`, in which case, we do
add an alternative text: `[identifier]: https://example.com "Alternative text"` encourage you to also add an alternative text: `[identifier]: https://example.com "Alternative text"` that appears when hovering your mouse on a link.
that appears when hovering your mouse on a link
### Linking to inline docs ### Linking to inline docs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment