summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-07-24 22:52:04 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-07-24 22:55:58 -0700
commitb9c340a211404e403301b47f970fecf25ca97d32 (patch)
tree0e3e9c540ebfe08f973bb23181d967c6e4ff8278 /configure.ac
parent3a964e2025d13e636e2ba4f096ce33dcc4918b1e (diff)
Change homepage .com -> .io
The .com redirects to .io, but might as well have the correct one to begin with.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f682788f..d9057e39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define([jq_version], m4_esyscmd_s([git describe --tags --dirty --match 'jq-*'|sed 's/^jq-//']))
AC_INIT([jq], [jq_version], [https://github.com/stedolan/jq/issues],
- [jq], [http://stedolan.github.com/jq/])
+ [jq], [http://stedolan.github.io/jq])
m4_include([m4/ax_compare_version.m4])
m4_include([m4/ax_prog_bison_version.m4])