Skip to content

Commit 194296f

Browse files
authored
Update how-to-use-cat.md
1 parent cb730b3 commit 194296f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/how-to-use-cat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This guide will explain how to install and start Docker-CAT. Docker-CAT may work
33

44
## Quick setup
55
For a quick setup, you can read the
6-
[readme file](https://github.com/lequal/docker-cat) from the official repo.
6+
[readme file](https://github.com/cnescatlab/docker-cat) from the official repo.
77

88
## Complete setup
99

@@ -23,7 +23,7 @@ If needed, you can build the image yourself. If you edit the Docker-CAT image fe
2323

2424
To build your own image, just clone the repo and use `docker build`.
2525
```
26-
git clone https://github.com/lequal/docker-cat
26+
git clone https://github.com/cnescatlab/docker-cat
2727
cd docker-cat
2828
docker build -t <tag> .
2929
```
@@ -110,7 +110,7 @@ In your `docker start` command you need to add `-e SONARQUBE_JDBC_USERNAME=value
110110

111111

112112
If you did not have database, you can use docker to create your database. Just download the
113-
`docker-compose.yml` from [the repo](https://github.com/lequal/docker-cat), install docker-compose with your
113+
`docker-compose.yml` from [the repo](https://github.com/cnescatlab/docker-cat), install docker-compose with your
114114
package manager (apt, yum, ...) and use `docker-compose up` in your terminal. It will start Docker-CAT and PgSQL
115115

116116

0 commit comments

Comments
 (0)