Skip to content

Commit

Permalink
chore: updated references in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Dec 3, 2024
1 parent 6b32464 commit e65cf58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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
```

Expand Down

0 comments on commit e65cf58

Please sign in to comment.