From 9c5777d13d806fed5cff40f608ea5171e27007a1 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Thu, 23 Feb 2023 12:41:13 +0100 Subject: [PATCH] readme: fix link to project page and update badges --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 55d5cdd05..06a048b03 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ srsRAN ====== -[![Build Status](https://github.com/srsran/srsRAN/actions/workflows/ccpp.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN/actions/workflows/ccpp.yml) -[![CodeQL](https://github.com/srsran/srsRAN/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN/actions/workflows/codeql.yml) +[![Build Status](https://github.com/srsran/srsRAN_4G/actions/workflows/ccpp.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN_4G/actions/workflows/ccpp.yml) +[![CodeQL](https://github.com/srsran/srsRAN_4G/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN_4G/actions/workflows/codeql.yml) [![Coverity](https://scan.coverity.com/projects/23045/badge.svg)](https://scan.coverity.com/projects/srsran) srsRAN is an open source 4G software radio suite developed by [SRS](http://www.srs.io). -See the [srsRAN 4G project pages](https://www.srsran.com/4g) for information, guides and project news. +See the [srsRAN 4G project pages](https://www.srsran.com) for information, guides and project news. The srsRAN suite includes: * srsUE - a full-stack SDR 4G UE application with prototype 5G features * srsENB - a full-stack SDR 4G eNodeB application * srsEPC - a light-weight 4G core network implementation with MME, HSS and S/P-GW -For application features, build instructions and user guides see the [srsRAN 4G documentation](https://docs.srsran.com). +For application features, build instructions and user guides see the [srsRAN 4G documentation](https://docs.srsran.com/projects/4g/). For license details, see LICENSE file.