Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to refer to the new homepage #103

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HOL Light is an interactive theorem prover / proof checker. It is
written in Objective CAML (OCaml) and uses the toplevel from OCaml as
its front end. This is the HOL Light homepage:

http://www.cl.cam.ac.uk/~jrh13/hol-light/index.html
https://hol-light.github.io/

and this is the root of the Github code repository:

Expand All @@ -13,12 +13,12 @@ and this is the root of the Github code repository:
Basic installation instructions are below. For more detailed information
on usage, see the Tutorial:

http://www.cl.cam.ac.uk/~jrh13/hol-light/tutorial.pdf
https://hol-light.github.io/tutorial.pdf

Refer to the reference manual for more details of individual functions:

http://www.cl.cam.ac.uk/~jrh13/hol-light/reference.html (HTML files)
http://www.cl.cam.ac.uk/~jrh13/hol-light/reference.pdf (one PDF file)
https://hol-light.github.io/references/HTML/reference.html (HTML files)
https://hol-light.github.io/references/reference.pdf (one PDF file)

* * * * * * * *

Expand Down
Loading