Skip to content

Commit 37d090d

Browse files
author
Bob Lauer
committed
BloomTech
1 parent b910084 commit 37d090d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Make sure you are invoking your function after defining it in order to view resu
5858

5959
## Submission format
6060

61-
Please submit your project via codegrade by following [these instructions](https://lambdaschool.notion.site/lambdaschool/Lambda-School-Git-Flow-Step-by-step-269f68ae3bf64eb689a8328715a179f9) See part 2, submitting an assignment with codegrade
61+
Please submit your project via codegrade by following [these instructions](https://notion.so.bloomtech.BloomTech-Git-Flow-Step-by-step-269f68ae3bf64eb689a8328715a179f9) See part 2, submitting an assignment with codegrade

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"main": "index.js",
55
"scripts": {
66
"start": "nodemon index.js",
7-
"test": "jest --watchAll --verbose --forceExit --silent"
7+
"test": "jest --watchAll --verbose --forceExit --silent"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/LambdaSchool/codegraded-project-js.git"
11+
"url": "git+https://github.com/BloomInstituteOfTechnology/codegraded-project-js.git"
1212
},
1313
"devDependencies": {
1414
"@babel/core": "7.14.6",

0 commit comments

Comments
 (0)