From 6d128f72380a9cb9926559e6a027a5da4ae64467 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 7 Nov 2015 01:42:53 -0200 Subject: build: man: update URL --- configure.ac | 2 +- man/blogc-source.7.ronn | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 1b694a4..4a5c4a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([blogc], [0.5], [https://github.com/blogc/blogc], [blogc], [http://blogc.org]) +AC_INIT([blogc], [0.5], [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) 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 -- cgit v1.2.3-18-g5258