aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-07-05 21:52:20 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-07-05 21:52:20 -0300
commitad7d6cb83a242fe337e9ca2f69a9549f6abd0485 (patch)
tree59446323fb8633891ba7887eee54a98813ccf1f6
parent7ce7a419ec83a8d6775ab40678a55d1fa2428993 (diff)
downloadblogc-ad7d6cb83a242fe337e9ca2f69a9549f6abd0485.tar.gz
blogc-ad7d6cb83a242fe337e9ca2f69a9549f6abd0485.tar.bz2
blogc-ad7d6cb83a242fe337e9ca2f69a9549f6abd0485.zip
moved repository to its own github org
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--man/blogc-source.7.ronn2
-rw-r--r--man/blogc.1.ronn2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 81809dc..908b56f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# blogc
-[![Build Status](https://semaphoreci.com/api/v1/projects/bd67545c-8593-4a37-ba94-ef1187a6d58d/402577/badge.svg)](https://semaphoreci.com/rafaelmartins/blogc)
+[![Build Status](https://semaphoreci.com/api/v1/projects/bd67545c-8593-4a37-ba94-ef1187a6d58d/402577/badge.svg)](https://semaphoreci.com/blogc/blogc)
A blog compiler.
diff --git a/configure.ac b/configure.ac
index 409d880..94e8620 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.69])
-AC_INIT([blogc], [0], [https://github.com/rafaelmartins/blogc], [blogc], [http://blogc.org])
+AC_INIT([blogc], [0], [https://github.com/blogc/blogc], [blogc], [http://blogc.org])
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 47e9ec5..c48ce3b 100644
--- a/man/blogc-source.7.ronn
+++ b/man/blogc-source.7.ronn
@@ -144,7 +144,7 @@ TODO
The source content is handled by handwritten parsers, that even being well
tested, may be subject of parsing bugs. Please report any issues to:
-<https://github.com/rafaelmartins/blogc>
+<https://github.com/blogc/blogc>
At least one bug is known at this point: ``\r\n`` character sequences are
handled like 2 line breaks. The parsers won't work properly with files edited
diff --git a/man/blogc.1.ronn b/man/blogc.1.ronn
index a41f703..082eeff 100644
--- a/man/blogc.1.ronn
+++ b/man/blogc.1.ronn
@@ -85,7 +85,7 @@ Build entry page from source file:
**blogc** is based in handwritten parsers, that even being well tested, may be
subject of parsing bugs. Please report any issues to:
-<https://github.com/rafaelmartins/blogc>
+<https://github.com/blogc/blogc>
## AUTHOR