]> andersk Git - libyaml.git/commitdiff
Update bug report URL in LibYAML
authorIan Cordasco <graffatcolmingov@gmail.com>
Thu, 8 Dec 2016 12:23:37 +0000 (06:23 -0600)
committerIan Cordasco <graffatcolmingov@gmail.com>
Thu, 8 Dec 2016 12:23:37 +0000 (06:23 -0600)
Previously we pointed at BitBucket, but we're using GitHub now, so we
should update that.

configure.ac

index 108201d81671a2f21efbc700eea53a3e2819cdd4..ba7a54ebe2d68b75eab94d926dbd4ba7e6c7afcd 100644 (file)
@@ -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:
This page took 0.13065 seconds and 5 git commands to generate.