Skip to content

Commit 2ee4a3b

Browse files
author
Bob Lauer
committed
BloomTech
1 parent 194198e commit 2ee4a3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This challenge allows you to practice the concepts and techniques learned over t
66

77
In your challenge this week, you will demonstrate your mastery of these skills by designing and creating a web API to manage the following resources: `Projects` and `Actions`.
88

9-
This is an individual assessment. All work must be your own. All projects will be submitted to Codegrade for automated review. You will also be given feedback by code reviewers the Monday after challenge submissions. For more information on the review process [click here](https://www.notion.so/lambdaschool/How-to-View-Feedback-in-CodeGrade-c5147cee220c4044a25de28bcb6bb54a).
9+
This is an individual assessment. All work must be your own. All projects will be submitted to Codegrade for automated review. You will also be given feedback by code reviewers the Monday after challenge submissions. For more information on the review process [click here](https://www.notion.so/bloomtech/How-to-View-Feedback-in-CodeGrade-c5147cee220c4044a25de28bcb6bb54a).
1010

1111
You are not allowed to collaborate during the sprint challenge.
1212

data/seeds/02-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports.seed = function (knex) {
44
{
55
project_id: 1,
66
description: 'Fork and Clone Repository',
7-
notes: 'Repo URL: https://github.com/LambdaSchool/node-api-challenge',
7+
notes: 'Repo URL: https://github.com/BloomInstituteOfTechnology/node-api-challenge',
88
},
99
{
1010
project_id: 1,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/LambdaSchool/web-sprint-challenge-build-a-web-api"
11+
"url": "git+https://github.com/BloomInstituteOfTechnology/web-sprint-challenge-build-a-web-api"
1212
},
1313
"dependencies": {
1414
"express": "4.17.1",

0 commit comments

Comments
 (0)