Fix repository links to fit organization #2

Merged
tcoh merged 1 commits from fix/repository-url into master 2022-08-13 13:15:00 +00:00
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 ## 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. Enter local repository folder: `cd studycardtool`
1. Install dependencies: `yarn` 1. Install dependencies: `yarn`
1. Run development mode: `yarn start` 1. Run development mode: `yarn start`

View File

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

View File

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