From 900e3e57340149dac48d00b380f2a90db2b8e62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 21 Jul 2022 14:31:09 +0200 Subject: [PATCH] Update the links for current repository --- README.md | 2 +- app.json | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad93b774..f29fd217 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm install -g yarn ### Get the source code and install packages ``` -git clone https://github.com/mikecao/umami.git +git clone https://github.com/umami-software/umami.git cd umami yarn install ``` diff --git a/app.json b/app.json index ef62e0e5..ba8b8c45 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "description": "Umami is a simple, fast, website analytics alternative to Google Analytics.", "keywords": ["analytics", "charts", "statistics", "web-analytics"], "website": "https://umami.is", - "repository": "https://github.com/mikecao/umami", + "repository": "https://github.com/umami-software/umami", "addons": ["heroku-postgresql"], "env": { "HASH_SALT": { diff --git a/docker-compose.yml b/docker-compose.yml index 61bc8228..9864486c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: umami: - image: ghcr.io/mikecao/umami:postgresql-latest + image: ghcr.io/umami-software/umami:postgresql-latest ports: - "3000:3000" environment: