laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/28352 )
Change subject: README.md: Fix syntax for hyperlinks
......................................................................
README.md: Fix syntax for hyperlinks
Change-Id: I0648d816dbfa51caac11920bacc16925e179223c
---
M README.md
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/52/28352/1
diff --git a/README.md b/README.md
index c9103d4..ac2893e 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
--------
The official homepage of the project is
-https://osmocom.org/projects/osmo-e1d/wiki
+<https://osmocom.org/projects/osmo-e1d/wiki>
GIT Repository
--------------
@@ -44,12 +44,12 @@
------------
Our coding standards are described at
-https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards
+<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>
We us a gerrit based patch submission/review process for managing
contributions. Please see
-https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for
+<https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit> for
more details
The current patch queue for osmo-e1d can be seen at
-https://gerrit.osmocom.org/#/q/project:osmo-e1d+status:open
+<https://gerrit.osmocom.org/#/q/project:osmo-e1d+status:open>
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/28352
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I0648d816dbfa51caac11920bacc16925e179223c
Gerrit-Change-Number: 28352
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-recorder/+/28350 )
Change subject: update git URLs (git -> https)
......................................................................
update git URLs (git -> https)
Change-Id: I2fa27a3fd75db65f828153124dc4e4f5b9ea6780
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-recorder refs/changes/50/28350/1
diff --git a/configure.ac b/configure.ac
index cec703f..65a2c7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,7 @@
fi
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.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])
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-recorder/+/28350
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-recorder
Gerrit-Branch: master
Gerrit-Change-Id: I2fa27a3fd75db65f828153124dc4e4f5b9ea6780
Gerrit-Change-Number: 28350
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange