Skip to content

Commit 25de474

Browse files
committed
docs(readme): update links to renamed repo
1 parent f103da4 commit 25de474

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Squonk Data Manager UI
22

3-
![build](https://github.com/InformaticsMatters/mini-apps-data-tier-ui/workflows/build/badge.svg)
4-
![build latest](https://github.com/InformaticsMatters/mini-apps-data-tier-ui/workflows/build%20latest/badge.svg)
5-
![build tag](https://github.com/InformaticsMatters/mini-apps-data-tier-ui/workflows/build%20tag/badge.svg)
6-
![build stable](https://github.com/InformaticsMatters/mini-apps-data-tier-ui/workflows/build%20stable/badge.svg)
3+
![build](https://github.com/InformaticsMatters/squonk-data-manager-ui/workflows/build/badge.svg)
4+
![build latest](https://github.com/InformaticsMatters/squonk-data-manager-ui/workflows/build%20latest/badge.svg)
5+
![build tag](https://github.com/InformaticsMatters/squonk-data-manager-ui/workflows/build%20tag/badge.svg)
6+
![build stable](https://github.com/InformaticsMatters/squonk-data-manager-ui/workflows/build%20stable/badge.svg)
77

8-
[![test](https://github.com/InformaticsMatters/mini-apps-data-tier-ui/actions/workflows/test.yaml/badge.svg)](https://github.com/InformaticsMatters/mini-apps-data-tier-ui/actions/workflows/test.yaml)
8+
[![test](https://github.com/InformaticsMatters/squonk-data-manager-ui/actions/workflows/test.yaml/badge.svg)](https://github.com/InformaticsMatters/squonk-data-manager-ui/actions/workflows/test.yaml)
99

10-
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/InformaticsMatters/mini-apps-data-tier-ui)
10+
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/InformaticsMatters/squonk-data-manager-ui)
1111

1212
## Changes
1313

@@ -63,7 +63,7 @@ build commands, which can be run from the project clone to produce an
6363
$ docker build . \
6464
--build-arg GIT_SHA=$(git rev-parse HEAD) \
6565
--build-arg SKIP_CHECKS=1 \
66-
--tag informaticsmatters/mini-apps-data-tier-ui:latest
66+
--tag informaticsmatters/squonk-data-manager-ui:latest
6767

6868
Deployment to Kubernetes is handled by our AWX-compliant [Ansible playbook repo].
6969

@@ -80,12 +80,12 @@ Build the image using
8080
--build-arg GIT_SHA=$(git rev-parse HEAD) \
8181
--build-arg SKIP_CHECKS=1 \
8282
--build-arg BASE_PATH="" \
83-
--tag informaticsmatters/mini-apps-data-tier-ui:latest
83+
--tag informaticsmatters/squonk-data-manager-ui:latest
8484

8585
Which can then be started on `http://localhost:8080/data-manager-ui` with: -
8686

8787
$ docker run --rm --detach --publish 8080:3000 \
88-
informaticsmatters/mini-apps-data-tier-ui:latest
88+
informaticsmatters/squonk-data-manager-ui:latest
8989

9090
In local development the `.env.*` can be loaded by copying it into the container and
9191
committing it as a image.
@@ -121,6 +121,6 @@ This will do the following:
121121

122122
---
123123

124-
[ansible playbook repo]: https://github.com/InformaticsMatters/mini-apps-data-tier-ui-ansible
124+
[ansible playbook repo]: https://github.com/InformaticsMatters/squonk2-data-manager-ui-ansible
125125
[nginx]: https://hub.docker.com/_/nginx
126126

0 commit comments

Comments
 (0)