Skip to content

Commit

Permalink
fix broken links on cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyongkiam authored and mn200 committed Nov 11, 2024
1 parent e7c167f commit 6f94f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Manual/Cheatsheet/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ header-includes:

- Learn how to interact with HOL4 using the [documentation](https://hol-theorem-prover.org/#doc).
- For Emacs, the [short guide](https://hol-theorem-prover.org/HOL-interaction.pdf) or [complete documentation](https://hol-theorem-prover.org/hol-mode.html).
- For Vim, the [plugin documentation](https://github.com/HOL-Theorem-Prover/HOL/blob/master/tools/vim/README.md).
At first, you should use the [`vimhol.sh`](https://github.com/HOL-Theorem-Prover/HOL/blob/master/tools/vim/README.md#vimholsh-script) script to run side-by-side Vim and HOL4 using `tmux`.
- For Vim, the [plugin documentation](https://github.com/HOL-Theorem-Prover/HOL/blob/master/tools/editor-modes/vim/README.md).
At first, you should use the [`vimhol.sh`](https://github.com/HOL-Theorem-Prover/HOL/blob/master/tools/editor-modes/vim/README.md#vimholsh-script) script to run side-by-side Vim and HOL4 using `tmux`.

- Add the following to your `.hol-config.sml` (in your home directory):
```
Expand Down

0 comments on commit 6f94f13

Please sign in to comment.