Fix repository links in formal-verification.md (#10200)
Updated repository links for formal verification models.main
parent
a3b5f1b15c
commit
3d2fe9284e
|
|
@ -23,7 +23,7 @@ misconfiguration safety), under explicit assumptions.
|
||||||
|
|
||||||
## Where the models live
|
## Where the models live
|
||||||
|
|
||||||
Models are maintained in a separate repo: [vignesh07/openclaw-formal-models](https://github.com/vignesh07/openclaw-formal-models).
|
Models are maintained in a separate repo: [vignesh07/clawdbot-formal-models](https://github.com/vignesh07/clawdbot-formal-models).
|
||||||
|
|
||||||
## Important caveats
|
## Important caveats
|
||||||
|
|
||||||
|
|
@ -41,8 +41,8 @@ Today, results are reproduced by cloning the models repo locally and running TLC
|
||||||
Getting started:
|
Getting started:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/vignesh07/openclaw-formal-models
|
git clone https://github.com/vignesh07/clawdbot-formal-models
|
||||||
cd openclaw-formal-models
|
cd clawdbot-formal-models
|
||||||
|
|
||||||
# Java 11+ required (TLC runs on the JVM).
|
# Java 11+ required (TLC runs on the JVM).
|
||||||
# The repo vendors a pinned `tla2tools.jar` (TLA+ tools) and provides `bin/tlc` + Make targets.
|
# The repo vendors a pinned `tla2tools.jar` (TLA+ tools) and provides `bin/tlc` + Make targets.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue