From a7323df03c4bd2aa36f4f0809ab5c75a5cb280b4 Mon Sep 17 00:00:00 2001 From: ritt Date: Mon, 13 Apr 2026 11:58:33 +0200 Subject: [PATCH] Changed origin repository --- mkdocs/docs/download_info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/download_info.md b/mkdocs/docs/download_info.md index 3d8916b2..d7718435 100644 --- a/mkdocs/docs/download_info.md +++ b/mkdocs/docs/download_info.md @@ -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.