Fix repository links to fit organization #2
@ -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`
|
||||||
|
@ -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",
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user