diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-11-08 21:01:14 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-11-08 21:01:14 -0200 |
commit | 19592a65f3e5f6600175271e4499281e66c07976 (patch) | |
tree | c4aa56769a15213b18f7759fe69b4d9c895d340b /man | |
parent | d7c5862ffe3bd071aecc533b17241c63cc59b699 (diff) | |
parent | 6d128f72380a9cb9926559e6a027a5da4ae64467 (diff) | |
download | blogc-19592a65f3e5f6600175271e4499281e66c07976.tar.gz blogc-19592a65f3e5f6600175271e4499281e66c07976.tar.bz2 blogc-19592a65f3e5f6600175271e4499281e66c07976.zip |
Merge remote-tracking branch 'origin/master' into feature/directives
Diffstat (limited to 'man')
-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 |