Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Update pluscal manual URL (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
toastedcornflakes authored and hwayne committed May 26, 2019
1 parent 4495b82 commit 49a0b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/introduction/about-this-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ I'm assuming you have the following background:

__You need to download the [TLA+ Toolbox](https://github.com/tlaplus/tlaplus/releases/latest).__ You should also have access to the following resources:

* [The PlusCal Manual](https://research.microsoft.com/en-us/um/people/lamport/tla/pluscal.html): PlusCal is the algorithmic interface to TLA+. We'll be covering everything about it in this guide, but it's nice to have a complete grammar reference. We will be using the p-version of the manual.
* [The PlusCal Manual](https://lamport.azurewebsites.net/tla/p-manual.pdf): PlusCal is the algorithmic interface to TLA+. We'll be covering everything about it in this guide, but it's nice to have a complete grammar reference. We will be using the p-version of the manual.
* [The TLA+ Cheat Sheet](http://lamport.azurewebsites.net/tla/summary-standalone.pdf): Exactly what it sounds like. Includes syntax for things out of this guide's scope.
* [Specifying Systems](https://research.microsoft.com/en-us/um/people/lamport/tla/book.html): _Specifying Systems_ was written by Leslie Lamport, the inventor of TLA+, and remains the most comprehensive book on the subject. It's a lot more advanced than this guide is, but you should know it exists.

{{% notice info %}}
As of version 1.5.4 the TLA+ Toolbox bundles all of these files under "help".
{{% /notice %}}
{{% /notice %}}

0 comments on commit 49a0b46

Please sign in to comment.