Skip to content

Commit f0b69c5

Browse files
committed
bump CNAME and README
1 parent 598f750 commit f0b69c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fitch.themisrug.nl
1+
fitch.rug.themisjudge.nl

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
This is a formal proof validator, which determines the correctness of Fitch-style natural deduction proofs ("Fitch proofs").
44

5-
The tool is used by students who follow the course Introduction to Logic (for CS) at the University of Groningen (the Netherlands).
5+
The tool was developed by Aron Hardeman and used by students who follow the course Introduction to Logic (for CS) at the University of Groningen (the Netherlands).
66

77
The tool also returns a (hopefully useful) error message in case the proof is not correct.
88

99
This application takes Fitch proofs as they are defined in *Language, Proof and Logic*, by Dave Barker-Plummer, Jon Barwise and John Etchemendy.
1010

1111
# How to run it?
1212

13-
It is accessible here: [https://fitch.themisrug.nl](https://fitch.themisrug.nl).
13+
It is accessible here: <https://fitch.rug.themisjudge.nl>
1414

1515
If you want to build and run the application locally, then clone the repository, install Cargo if you haven't already and install `wasm-pack` (to compile Rust to WebAssembly) and do:
1616

0 commit comments

Comments
 (0)