summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent33ca2a3f2359493a9154a229a30ad3aa3a21f2aa (diff)
Change Bugzilla urls to Github issues.
Diffstat (limited to 'doc')
-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
4 files changed, 7 insertions, 7 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback