Skip to content

Commit 2c8dc45

Browse files
committed
update readme, fix link
1 parent 91707d6 commit 2c8dc45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# reqT-lang
44

55
Docs at [reqt.github.io](https://reqt.github.io/)
6-
* reqT-lang is a scalable modelling language based on [essential requirements engineering concepts](https://github.com/reqT/reqT-lang/releases/download/v4.3.1/reqT-quickref-GENERATED.pdf).
6+
* reqT-lang is a scalable modelling language based on [essential requirements engineering concepts](https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf).
77
* reqT-lang gives structure to natural language requirements, enabling analysis and visualization.
88
* reqT-lang is used by the reqT desktop tool [reqT](https://github.com/reqT).
99
* The reqT-lang parser produces an immutable tree-like data structure called `Model` expressed in a Scala-embedded DSL, enabling analysis and transform of models using the powerful of Scala language and ecosystem.
1010
* reqT-lang is written in Scala and cross-compiled to the JVM, Javascript (TODO) and Native (Linux, TODO) runtimes.
1111

1212
Visit:
1313
* [reqT homepage](https://reqt.github.io/) with instructions on [how to get started](https://reqt.github.io/#getting-started-with-reqt)
14-
* The [reqT Quickref](https://github.com/reqT/reqT-lang/releases/download/v4.3.1/reqT-quickref-GENERATED.pdf)
14+
* The [reqT Quickref]((https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf)
1515
* All [reqT meta-concepts](https://github.com/reqT/reqT-lang/blob/main/docs/concepts-GENERATED.csv) in tabular format.
1616
* [reqT language specification](https://github.com/reqT/reqT-lang/blob/main/docs/langSpec-GENERATED.md)
1717

0 commit comments

Comments
 (0)