From e65cf58e3dfade1ccd23eeb13c0a37965e58c143 Mon Sep 17 00:00:00 2001 From: tada5hi Date: Tue, 3 Dec 2024 09:57:38 +0100 Subject: [PATCH] chore: updated references in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d9dba48..4f40c5a2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Portal 🩺 -[![main](https://github.com/KohlbacherLab/dnpm-dip-portal/actions/workflows/main.yml/badge.svg)](https://github.com/KohlbacherLab/dnpm-dip-portal/actions/workflows/main.yml) -[![CodeQL](https://github.com/KohlbacherLab/dnpm-dip-portal/actions/workflows/codeql.yml/badge.svg)](https://github.com/KohlbacherLab/dnpm-dip-portal/actions/workflows/codeql.yml) -[![Known Vulnerabilities](https://snyk.io/test/github/KohlbacherLab/dnpm-dip-portal/badge.svg)](https://snyk.io/test/github/KohlbacherLab/dnpm-dip-portal) +[![main](https://github.com/dnpm-dip/portal/actions/workflows/main.yml/badge.svg)](https://github.com/dnpm-dip/portal/actions/workflows/main.yml) +[![CodeQL](https://github.com/dnpm-dip/portal/actions/workflows/codeql.yml/badge.svg)](https://github.com/dnpm-dip/portal/actions/workflows/codeql.yml) +[![Known Vulnerabilities](https://snyk.io/test/github/dnpm-dip/portal/badge.svg)](https://snyk.io/test/github/dnpm-dip/portal) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) This repository contains the Portal of DNPM:DIP. @@ -39,7 +39,7 @@ The repository contains the following packages: ```shell $ docker run -d -p 3000:3000 \ --restart=always \ - ghcr.io/kohlbacherlab/dnpm-dip-portal:latest + ghcr.io/dnpm-dip/portal:latest ``` ### Development @@ -52,7 +52,7 @@ To start the portal with the associated modules such as rd, mtb, etc, the follow **`Download`** ```shell -$ git clone https://github.com/KohlbacherLab/dnpm-dip-portal +$ git clone https://github.com/dnpm-dip/portal $ cd dnpm-dip-portal ```