Fix repository links to fit organization

This commit is contained in:
Thiago Chaves 2022-08-13 16:13:19 +03:00
parent 282c97811e
commit 9202d96cb7
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ GNU Affero General Public License version 3.0: https://www.gnu.org/licenses/agpl
## Running a develpoment environment
1. Clone repository: `git clone https://git.studycardtool.org/tcoh/app.git studycardtool`
1. Clone repository: `git clone https://git.studycardtool.org/studycardtool/app.git studycardtool`
1. Enter local repository folder: `cd studycardtool`
1. Install dependencies: `yarn`
1. Run development mode: `yarn start`

View File

@ -7,7 +7,7 @@
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://git.studycardtool.org/tcoh/app"
"url": "https://git.studycardtool.org/studycardtool/app"
},
"author": {
"name": "Thiago Chaves",

View File

@ -120,7 +120,7 @@ export function HomeView() {
className="link"
target="_blank"
rel="noreferrer"
href="https://git.studycardtool.org/tcoh/app"
href="https://git.studycardtool.org/studycardtool/app"
>
the official repository
</a>