Skip to content

Commit

Permalink
Update System on TPTP URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adelon committed Jul 3, 2024
1 parent 12e7c41 commit 9192b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eprover.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ onmessage = async function(request) {
}
}

const systemOnTPTP = new Request("https://www.tptp.org/cgi-bin/SystemOnTPTPFormReply", {
const systemOnTPTP = new Request("https://tptp.org/cgi-bin/SystemOnTPTPFormReply", {
method: 'POST',
body: formData
});
Expand Down
2 changes: 1 addition & 1 deletion vampire.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ onmessage = async function(request) {
}
}

const systemOnTPTP = new Request("https://www.tptp.org/cgi-bin/SystemOnTPTPFormReply", {
const systemOnTPTP = new Request("https://tptp.org/cgi-bin/SystemOnTPTPFormReply", {
method: 'POST',
body: formData
});
Expand Down

0 comments on commit 9192b08

Please sign in to comment.