Changed origin repository

This commit is contained in:
2026-04-13 11:58:33 +02:00
parent 6a1fc80f92
commit a7323df03c
+2 -2
View File
@@ -8,12 +8,12 @@ made containing bug fixes or some new and not yet completely debugged
code. This is usually the case if some user asks for some new features,
which are then implemented and sent to the user for testing. The minor
releases are named **`x.y.z-r`** where **`r`** is the release number. A
[web access](https://bitbucket.org/ritt/elog) to the source code
[web access](https://gitea.psi.ch/ELOG/elog) to the source code
contains the complete development history of ELOG, plus the newest fixes
and features which might yet be in a release. To check out the GIT
repository, use:
`git clone https://bitbucket.org/ritt/elog --recursive`
`git clone https://gitea.psi.ch/ELOG/elog --recursive`
No tags are used, so it is recommended to always use the newest release
from the "master" branch.