You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
# reqT-lang
4
4
5
5
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).
7
7
* reqT-lang gives structure to natural language requirements, enabling analysis and visualization.
8
8
* reqT-lang is used by the reqT desktop tool [reqT](https://github.com/reqT).
9
9
* 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.
10
10
* reqT-lang is written in Scala and cross-compiled to the JVM, Javascript (TODO) and Native (Linux, TODO) runtimes.
11
11
12
12
Visit:
13
13
*[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)
15
15
* All [reqT meta-concepts](https://github.com/reqT/reqT-lang/blob/main/docs/concepts-GENERATED.csv) in tabular format.
16
16
*[reqT language specification](https://github.com/reqT/reqT-lang/blob/main/docs/langSpec-GENERATED.md)
0 commit comments