Merge pull request #1319 from orhun/chore/update_repo_link

Update the links for current repository
This commit is contained in:
Mike Cao 2022-07-21 21:45:55 -07:00 committed by GitHub
commit b8d65a6910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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
```

View File

@ -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": {

View File

@ -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: