summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2017-08-21 10:06:02 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2017-08-21 10:11:47 -0700
commit2e9366d3a9044742f41d254bedfa72b60a217551 (patch)
tree3fe896dd141cc311078a412f67a2d01007f1f740
parent33ca2a3f2359493a9154a229a30ad3aa3a21f2aa (diff)
Change Bugzilla urls to Github issues.
-rw-r--r--README2
-rw-r--r--RELEASE-NOTES2
-rw-r--r--doc/SmtEngine.3cvc_template.in4
-rw-r--r--doc/cvc4.1_template.in4
-rw-r--r--doc/mainpage.md2
-rw-r--r--doc/options.3cvc_template.in4
-rw-r--r--src/proof/proof.h2
-rw-r--r--test/unit/util/assert_white.h4
8 files changed, 12 insertions, 12 deletions
diff --git a/README b/README
index da2457fed..593a18bf2 100644
--- 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.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2534903d9..02c201003 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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.
diff --git a/doc/SmtEngine.3cvc_template.in b/doc/SmtEngine.3cvc_template.in
index d741fd33f..b2b31c333 100644
--- a/doc/SmtEngine.3cvc_template.in
+++ b/doc/SmtEngine.3cvc_template.in
@@ -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
diff --git a/doc/cvc4.1_template.in b/doc/cvc4.1_template.in
index e08a96b11..11b9bac1b 100644
--- a/doc/cvc4.1_template.in
+++ b/doc/cvc4.1_template.in
@@ -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
diff --git a/doc/mainpage.md b/doc/mainpage.md
index 60e2e5ee1..8c801aa14 100644
--- a/doc/mainpage.md
+++ b/doc/mainpage.md
@@ -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.
diff --git a/doc/options.3cvc_template.in b/doc/options.3cvc_template.in
index f92faf47f..7e4f27a4a 100644
--- a/doc/options.3cvc_template.in
+++ b/doc/options.3cvc_template.in
@@ -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
diff --git a/src/proof/proof.h b/src/proof/proof.h
index cb769495b..c43acb6bf 100644
--- a/src/proof/proof.h
+++ b/src/proof/proof.h
@@ -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:
diff --git a/test/unit/util/assert_white.h b/test/unit/util/assert_white.h
index 6af4eabcc..7b9899204 100644
--- a/test/unit/util/assert_white.h
+++ b/test/unit/util/assert_white.h
@@ -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 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback