From 3934a2a9565bb209de3d18a41a02a9ec0dfbc983 Mon Sep 17 00:00:00 2001 From: Diana Gudu Date: Fri, 19 Jan 2024 13:46:47 +0100 Subject: [PATCH] fix links to codebase repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dabffc9..2b0e254 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitHub release](https://img.shields.io/github/release/lbrocke/oinit?include_prereleases=&sort=semver&color=blue)](https://github.com/lbrocke/oinit/releases/) [![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/lbrocke/oinit/blob/main/LICENSE) -[![Gitlab CI](https://codebase.helmholtz.cloud/m-team/oinit//badges/main/pipeline.svg)](https://codebase.helmholtz.cloud/m-team/oinit//-/pipelines) +[![Gitlab CI](https://codebase.helmholtz.cloud/m-team/oidc/ssh/oinit/badges/main/pipeline.svg)](https://codebase.helmholtz.cloud/m-team/oidc/ssh/oinit/-/pipelines) This repository contains a collection of programs to enable OpenSSH login for federated identities based on certificates. @@ -34,7 +34,7 @@ When changing the REST API annotations, run `make swagger` to generate the Swagg Development happens on feature branches checked out from and merged back into `prerelease`. When ready, commits are merged into `main` and tagged as release. -[Github Actions](https://github.com/lbrocke/oinit/actions) create new Docker images for GHCR on release. The [Gitlab CI](https://codebase.helmholtz.cloud/m-team/oinit//-/pipelines) runs integration tests and creates Linux packages. +[Github Actions](https://github.com/lbrocke/oinit/actions) create new Docker images for GHCR on release. The [Gitlab CI](https://codebase.helmholtz.cloud/m-team/oidc/ssh/oinit/-/pipelines) runs integration tests and creates Linux packages. ## License