aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/blogc-source.7.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn
index b37d5cc..7fa0796 100644
--- a/man/blogc-source.7.ronn
+++ b/man/blogc-source.7.ronn
@@ -207,19 +207,19 @@ Images are defined using the following syntax:
Links are defined using the following syntax:
- To learn more about blogc, [click here](http://blogc.org).
+ To learn more about blogc, [click here](https://blogc.rgm.io).
### Image Links
Links can be combined with images:
- [![This is the image alt text](picture.jpg)](http://blogc.org)
+ [![This is the image alt text](picture.jpg)](https://blogc.rgm.io)
### Automatic Links
Automatic link is defined with 2 '[' before and 2 ']' after the URL.
- To learn more about blogc, visit [[http://blogc.org]].
+ To learn more about blogc, visit [[https://blogc.rgm.io]].
### Line break