From 2ee4a3b06bfef219ced69fe66bd4b38e0296a979 Mon Sep 17 00:00:00 2001 From: Bob Lauer Date: Tue, 16 Nov 2021 16:20:31 -0600 Subject: [PATCH] BloomTech --- README.md | 2 +- data/seeds/02-actions.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ef7aec61a..f8e85fdfad 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This challenge allows you to practice the concepts and techniques learned over t 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`. -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). +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). You are not allowed to collaborate during the sprint challenge. diff --git a/data/seeds/02-actions.js b/data/seeds/02-actions.js index 2a12e21e6f..9d329f9d0a 100644 --- a/data/seeds/02-actions.js +++ b/data/seeds/02-actions.js @@ -4,7 +4,7 @@ exports.seed = function (knex) { { project_id: 1, description: 'Fork and Clone Repository', - notes: 'Repo URL: https://github.com/LambdaSchool/node-api-challenge', + notes: 'Repo URL: https://github.com/BloomInstituteOfTechnology/node-api-challenge', }, { project_id: 1, diff --git a/package.json b/package.json index c6e62bc787..016c83c568 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/LambdaSchool/web-sprint-challenge-build-a-web-api" + "url": "git+https://github.com/BloomInstituteOfTechnology/web-sprint-challenge-build-a-web-api" }, "dependencies": { "express": "4.17.1",