diff --git a/README.md b/README.md index 12a6b1f..6cb375e 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ GIT Repository You can clone from the official osmo-cbc.git repository using - git clone https://git.osmocom.org/osmo-cbc.git + git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc -There is a cgit interface at https://git.osmocom.org/osmo-cbc/ +There is a web interface at Documentation ------------- diff --git a/configure.ac b/configure.ac index 7ca73da..8f701e5 100644 --- a/configure.ac +++ b/configure.ac @@ -157,7 +157,7 @@ if test "x$enable_ext_tests" = "xyes" ; then AM_PATH_PYTHON AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmo_verify_transcript_vty.py,yes) if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then - AC_MSG_ERROR([Please install git://osmocom.org/python/osmo-python-tests to run the VTY/CTRL tests.]) + AC_MSG_ERROR([Please install https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests to run the VTY/CTRL tests.]) fi fi AC_MSG_CHECKING([whether to enable VTY/CTRL tests]) diff --git a/debian/control b/debian/control index 59725d4..f895eef 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Build-Depends: debhelper (>=9), libjansson-dev, osmo-gsm-manuals-dev Standards-Version: 3.9.8 -Vcs-Git: git://git.osmocom.org/osmo-cbc.git -Vcs-Browser: https://git.osmocom.org/osmo-cbc/ +Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc +Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc Homepage: https://projects.osmocom.org/projects/osmo-cbc Package: osmo-cbc