From: Ian Cordasco Date: Thu, 8 Dec 2016 12:23:37 +0000 (-0600) Subject: Update bug report URL in LibYAML X-Git-Tag: upstream/0.2.1^2~42 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/d55b4f83bd4ffb9467c1fa228ef4cca26f8d3f87 Update bug report URL in LibYAML Previously we pointed at BitBucket, but we're using GitHub now, so we should update that. --- diff --git a/configure.ac b/configure.ac index 108201d..ba7a54e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([YAML_MAJOR], 0) m4_define([YAML_MINOR], 1) m4_define([YAML_PATCH], 7) -m4_define([YAML_BUGS], [https://bitbucket.org/xi/libyaml/issues/new]) +m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new]) # Define the libtool version numbers; check the Autobook, Section 11.4. # Bump the libtool version numbers using the following algorithm: