summaryrefslogtreecommitdiffhomepage
path: root/rst.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-04 04:06:33 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-04 04:06:33 -0700
commitf8475ed139b68a258fcf7093d0b54d83b5a2963d (patch)
treebc341293cc011e86bfa6c002ead3b6d05549033d /rst.html.markdown
parent01bbd084f1908a6815d53a1bd42b02c042e44bdb (diff)
Github -> GitHub
Diffstat (limited to 'rst.html.markdown')
-rw-r--r--rst.html.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/rst.html.markdown b/rst.html.markdown
index 8a730c7a..c68c1d54 100644
--- a/rst.html.markdown
+++ b/rst.html.markdown
@@ -84,11 +84,11 @@ More complex tables can be done easily (merged columns and/or rows) but I sugges
There are multiple ways to make links:
-- By adding an underscore after a word : Github_ and by adding the target URL after the text (this way has the advantage of not inserting unnecessary URLs in the visible text).
+- By adding an underscore after a word : GitHub_ and by adding the target URL after the text (this way has the advantage of not inserting unnecessary URLs in the visible text).
- By typing a full comprehensible URL : https://github.com/ (will be automatically converted to a link).
-- By making a more Markdown-like link: `Github <https://github.com/>`_ .
+- By making a more Markdown-like link: `GitHub <https://github.com/>`_ .
-.. _Github: https://github.com/
+.. _GitHub: https://github.com/
```