Skip to content

Commit a20d2ea

Browse files
committed
Repo path in package.json and README
1 parent 3ee9d3c commit a20d2ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Then, follow these commands:
2222
```bash
2323
# Clone the repository using git clone.
2424
# (Adjust the URL if you're using a fork)
25-
$ git clone git@github.com:haddadanas/Masterclass_UHH.git masterclass
25+
$ git clone git@github.com:uhh-cms-tutorials/masterclasses.git
2626
$ cd masterclass/
2727

2828
# Installing Dependencies

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/haddadanas/Masterclass_UHH.git"
16+
"url": "git+https://github.com/uhh-cms-tutorials/masterclasses"
1717
},
1818
"author": "anas.haddad@uni-hamburg.de",
1919
"private": true,
2020
"license": "SEE LICENSE IN LICENSE",
2121
"bugs": {
22-
"url": "https://github.com/haddadanas/Masterclass_UHH/issues"
22+
"url": "https://github.com/uhh-cms-tutorials/masterclasses/issues"
2323
},
24-
"homepage": "https://github.com/haddadanas/Masterclass_UHH#readme",
24+
"homepage": "https://github.com/uhh-cms-tutorials/masterclasses/#readme",
2525
"devDependencies": {
2626
"@types/bootstrap": "ts5.8",
2727
"@types/jquery": "^3.5.32",

0 commit comments

Comments
 (0)