From 75d509498c42f9433a778299cf27b6f915c7fd34 Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Mon, 24 Sep 2018 18:15:56 -0700 Subject: [PATCH] Fix wiki urls. (#2504) --- doc/libcvc4.3.in | 2 +- src/expr/expr_template.h | 2 +- src/expr/node.h | 4 ++-- src/expr/node_manager.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/libcvc4.3.in b/doc/libcvc4.3.in index 279c18954..1db5b3c2d 100644 --- a/doc/libcvc4.3.in +++ b/doc/libcvc4.3.in @@ -61,4 +61,4 @@ is used primarily to make assertions, check satisfiability/validity, and extract Additionally, the CVC4 wiki contains useful information about the design and internals of CVC4. It is maintained at -.BR http://goedel.cs.stanford.edu/wiki/ . +.BR http://cvc4.cs.stanford.edu/wiki/ . diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h index afa08068f..324915b1d 100644 --- a/src/expr/expr_template.h +++ b/src/expr/expr_template.h @@ -556,7 +556,7 @@ public: * only be used once. For more details see the 4/27/2010 CVC4 * developer's meeting notes at: * - * http://goedel.cims.nyu.edu/wiki/Meeting_Minutes_-_April_27,_2010#isAtomic.28.29_and_isAtomicFormula.28.29 + * http://cvc4.cs.stanford.edu/wiki/Meeting_Minutes_-_April_27,_2010#isAtomic.28.29_and_isAtomicFormula.28.29 */ // bool containsDecision(); // is "atomic" // bool properlyContainsDecision(); // maybe not atomic but all children are diff --git a/src/expr/node.h b/src/expr/node.h index 4b12c7ece..750a5547b 100644 --- a/src/expr/node.h +++ b/src/expr/node.h @@ -139,7 +139,7 @@ typedef NodeTemplate Node; * * More guidelines on when to use TNodes is available in the CVC4 * Developer's Guide: - * http://goedel.cims.nyu.edu/wiki/Developer%27s_Guide#Dealing_with_expressions_.28Nodes_and_TNodes.29 + * http://cvc4.cs.stanford.edu/wiki/Developer%27s_Guide#Dealing_with_expressions_.28Nodes_and_TNodes.29 */ typedef NodeTemplate TNode; @@ -423,7 +423,7 @@ public: * only be used once. For more details see the 4/27/2010 CVC4 * developer's meeting notes at: * - * http://goedel.cims.nyu.edu/wiki/Meeting_Minutes_-_April_27,_2010#isAtomic.28.29_and_isAtomicFormula.28.29 + * http://cvc4.cs.stanford.edu/wiki/Meeting_Minutes_-_April_27,_2010#isAtomic.28.29_and_isAtomicFormula.28.29 */ // bool containsDecision(); // is "atomic" // bool properlyContainsDecision(); // maybe not atomic but all children are diff --git a/src/expr/node_manager.h b/src/expr/node_manager.h index 61aaa8721..7cafb6e11 100644 --- a/src/expr/node_manager.h +++ b/src/expr/node_manager.h @@ -342,7 +342,7 @@ class NodeManager { * only be used once. For more details see the 4/27/2010 CVC4 * developer's meeting notes at: * - * http://goedel.cims.nyu.edu/wiki/Meeting_Minutes_-_April_27,_2010#isAtomic.28.29_and_isAtomicFormula.28.29 + * http://cvc4.cs.stanford.edu/wiki/Meeting_Minutes_-_April_27,_2010#isAtomic.28.29_and_isAtomicFormula.28.29 */ // bool containsDecision(TNode); // is "atomic" // bool properlyContainsDecision(TNode); // all children are atomic -- 2.30.2