Change Bugzilla urls to Github issues.
authorMathias Preiner <mathias.preiner@gmail.com>
Mon, 21 Aug 2017 17:06:02 +0000 (10:06 -0700)
committerMathias Preiner <mathias.preiner@gmail.com>
Mon, 21 Aug 2017 17:11:47 +0000 (10:11 -0700)
README
RELEASE-NOTES
doc/SmtEngine.3cvc_template.in
doc/cvc4.1_template.in
doc/mainpage.md
doc/options.3cvc_template.in
src/proof/proof.h
test/unit/util/assert_white.h

diff --git a/README b/README
index da2457fed70f9e92ba9028aee7cf3c012b5e5219..593a18bf2acd3f52faca86257ff643f81d19774f 100644 (file)
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ We are always happy to hear feedback from our users:
   http://cvc4.stanford.edu/#Technical_Support.
 
 * if you need to report a bug with CVC4, or make a feature request,
-  please visit our bugtracker at http://cvc4.cs.stanford.edu/bugs/ or
+  please visit our bugtracker at https://github.com/CVC4/CVC4/issues or
   write to the cvc-bugs@cs.stanford.edu mailing list.  We are very
   grateful for bug reports, as they help us improve CVC4, and patches
   are generally reviewed and accepted quickly.
index 2534903d96f366343ef51f96853b56f876c96b08..02c201003bf153ae05bf72edc3a94ace6e026e6a 100644 (file)
@@ -154,6 +154,6 @@ CVC4 is under active development.  Should you find a bug in CVC4's
 documentation, behavior, API, or SMT-LIB compliance, or if you have
 a feature request, please let us know on our bugtracker at
 
-  http://cvc4.cs.stanford.edu/bugs/
+  https://github.com/CVC4/CVC4/issues
 
 or send an email to cvc-bugs@cs.stanford.edu.
index d741fd33f8da96994a10a6a9c947bb063302b3f2..b2b31c3334a24e53a0aa67754896f653f96320dc 100644 (file)
@@ -37,8 +37,8 @@ This manual page refers to
 .B CVC4
 version @VERSION@.
 .SH BUGS
-A Bugzilla for the CVC4 project is maintained at
-.BR http://cvc4.cs.nyu.edu/bugzilla3/ .
+An issue tracker for the CVC4 project is maintained at
+.BR https://github.com/CVC4/CVC4/issues .
 .SH AUTHORS
 .B CVC4
 is developed by a team of researchers at New York University
index e08a96b1150543a693d3848a76f2fa2d4a220d02..11b9bac1b99b5b0b076f5a0f80b6dc6d1303e832 100644 (file)
@@ -114,8 +114,8 @@ This manual page refers to
 .B CVC4
 version @VERSION@.
 .SH BUGS
-A Bugzilla for the CVC4 project is maintained at
-.BR http://cvc4.cs.nyu.edu/bugzilla3/ .
+An issue tracker for the CVC4 project is maintained at
+.BR https://github.com/CVC4/CVC4/issues .
 .SH AUTHORS
 .B CVC4
 is developed by a team of researchers at New York University
index 60e2e5ee11cbdd58699b738450738eb622eed5d3..8c801aa148971cec85b23a820c3bc658a6762c06 100644 (file)
@@ -18,7 +18,7 @@ Secondly, C++ iterators are replaced by Java iterators.  Instead of begin() and
 
 Third, I/O streams are wrapped so that some functions requiring C++ input and output streams will accept Java InputStreams and OutputStreams.
 
-Our intent is to make the C++ API as useful and functional for Java developers as possible, while still retaining the flexibility of our original C++ design.  If we can make your life as a Java user of our libraries easier, please let us know by requesting an enhancement or reporting a bug at our bug-tracking service, http://cvc4.cs.nyu.edu/bugs.
+Our intent is to make the C++ API as useful and functional for Java developers as possible, while still retaining the flexibility of our original C++ design.  If we can make your life as a Java user of our libraries easier, please let us know by requesting an enhancement or reporting a bug at our bug-tracking service, https://github.com/CVC4/CVC4/issues.
 
 For examples of Java programs using the CVC4 API, look in the directory examples/api/java in the CVC4 source distribution.
 
index f92faf47ff19c8159243bacffd3e3bac73263bc4..7e4f27a4a6d0ce754591ce2abff2e4b7247c8447 100644 (file)
@@ -25,8 +25,8 @@ This manual page refers to
 .B CVC4
 version @VERSION@.
 .SH BUGS
-A Bugzilla for the CVC4 project is maintained at
-.BR http://cvc4.cs.nyu.edu/bugzilla3/ .
+An issue tracker for the CVC4 project is maintained at
+.BR https://github.com/CVC4/CVC4/issues .
 .SH AUTHORS
 .B CVC4
 is developed by a team of researchers at New York University
index cb769495b231084f3a80acd13eb72e24a0917e59..c43acb6bfb0358566a8414e6b580863874c97513 100644 (file)
@@ -36,7 +36,7 @@
  * This forces the inclusion of "cvc4_private.h". This is intentional!
  *
  * See bug 688 for more details:
- * http://cvc4.cs.nyu.edu/bugs/show_bug.cgi?id=688
+ * https://github.com/CVC4/CVC4/issues/907
  *
  * If you want to check CVC4_PROOF, you should have a very good reason
  * and should list the exceptions here:
index 6af4eabccacda5403e01bfcc543d44a79ce1fd7e..7b98992041a29e4f5c1925562166be77e1182c89 100644 (file)
@@ -72,8 +72,8 @@ public:
     }
 
     // Now test an assert with a format that drives it over the 512
-    // byte initial buffer.  This was a bug in r1441, see bug 246:
-    // http://goedel.cims.nyu.edu/bugzilla3/show_bug.cgi?id=246
+    // byte initial buffer.  This was a bug in r1441, see bug:
+    // https://github.com/CVC4/CVC4/issues/465
     string fmt = string(200, 'x') + " %s " + string(200, 'x');
     string arg(200, 'y');
     try {