]> andersk Git - libyaml.git/commitdiff
Updated the link to the bug tracker.
authorKirill Simonov <xi@resolvent.net>
Mon, 20 Jun 2016 22:30:02 +0000 (17:30 -0500)
committerKirill Simonov <xi@resolvent.net>
Mon, 20 Jun 2016 22:30:02 +0000 (17:30 -0500)
README
configure.ac

diff --git a/README b/README
index d35ebcc99b4f8fc838bf4cce27f0144a25657206..373727e0229b245db8b7408318fa98b718cd51d6 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ $ ./configure
 $ make
 # make install
 
-If you checked the source code from the Subversion repository, run
+If you checked the source code from the Mercurial repository, run
 $ ./bootstrap
 $ ./configure
 $ make
@@ -18,7 +18,7 @@ Post your questions and opinions to the YAML-Core mailing list:
 'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
 
 Submit bug reports and feature requests to the LibYAML bug tracker:
-'http://pyyaml.org/newticket?component=libyaml'.
+'https://bitbucket.org/xi/libyaml/issues/new'.
 
 LibYAML is written by Kirill Simonov <xi@resolvent.net>.  It is released
 under the MIT license.  See the file LICENSE for more details.
index 2f88f8a345566964de76cce16283a66d9786d453..108201d81671a2f21efbc700eea53a3e2819cdd4 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], [http://pyyaml.org/newticket?component=libyaml])
+m4_define([YAML_BUGS], [https://bitbucket.org/xi/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.04006 seconds and 5 git commands to generate.