Update home authored by Claus Kleinwort's avatar Claus Kleinwort
......@@ -14,11 +14,11 @@ As the track refit can provide the complete covariance matrix of **all** track p
## Implementation
Implementations in Fortran, Python(2), Python3 and C++ are provided by DESY under the terms of the [LGPLv2 license](http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html) and are maintained in a publicly accessible [GitLab](https://about.gitlab.com) [repository at DESY](gitlab.desy.de).
Implementations in Fortran, Python(2), Python3 and C++ are provided by DESY under the terms of the [LGPLv2 license](http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html) and are maintained in a publicly accessible [GitLab](https://about.gitlab.com) [repository at DESY](gitlab.desy.de). Since version V03-01-00 (C++) Java Native Access wrappers are available too.
The recommended version is publicly available via the git command line:
`git clone --depth 1 --branch V03-00-01 https://gitlab.desy.de/claus.kleinwort/general-broken-lines.git GBL`
`git clone --depth 1 --branch V03-01-00 https://gitlab.desy.de/claus.kleinwort/general-broken-lines.git GBL`
For development, please clone the repository:
......
......