diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-11-07 01:42:53 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-11-07 01:42:53 -0200 |
commit | 6d128f72380a9cb9926559e6a027a5da4ae64467 (patch) | |
tree | 4b20193390edb2760b46d95cde6ed0412e0c7ba4 /man/blogc-source.7.ronn | |
parent | 287677613d671587bbaa29498a7402eae3d4b038 (diff) | |
download | blogc-6d128f72380a9cb9926559e6a027a5da4ae64467.tar.gz blogc-6d128f72380a9cb9926559e6a027a5da4ae64467.tar.bz2 blogc-6d128f72380a9cb9926559e6a027a5da4ae64467.zip |
build: man: update URL
Diffstat (limited to 'man/blogc-source.7.ronn')
-rw-r--r-- | man/blogc-source.7.ronn | 6 |
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 |