From 313cca5cfa084f5c64fbbaec09509f6a933943e2 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Tue, 24 Jul 2018 17:27:47 -0700
Subject: [PATCH] checking after committing/pushing

---
 deliverables/README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/deliverables/README.md b/deliverables/README.md
index 9c720397af..a9667afdae 100644
--- a/deliverables/README.md
+++ b/deliverables/README.md
@@ -10,8 +10,6 @@ clone a copy of the course repository at
 Use Netbeans to upload/update your homework assignments as follows:
 
 1. *context menu:* **Git > Remote > Pull from Upstream** to first always ensure you update your repository
-1. Save into your local directory for `projects/Assignments/COURSE_IDENTIFIER/homework1` (as appropriate)
-  * For example 2018JanuaryMarch or 2018JulySeptember 
 1. Select file of interest in Netbeans tab for Files
 1. *context menu:* **Refactor/Rename** and take spaces out of file name (gets wacky on various operating systems, email etc.)
 1. Ensure Java classes and source files start with your last name
@@ -24,8 +22,8 @@ Use Netbeans to upload/update your homework assignments as follows:
 
 All MV3500 cohorts have source code collected under a common Netbeans project.
 
-1. You can look at prior cohort submissions, for example [MV3500Cohort2018JanuaryMarch](src/MV3500Cohort2018JanuaryMarch)
-2. Find your current cohort subdirectories, for example  [MV3500Cohort2018JulySeptember](src/MV3500Cohort2018JulySeptember)
+1. You can look at earlier cohort submissions, for example [deliverables / src / MV3500Cohort2018JanuaryMarch](src/MV3500Cohort2018JanuaryMarch)
+2. Find your current cohort src subdirectories, for example [deliverables / src / MV3500Cohort2018JulySeptember](src/MV3500Cohort2018JulySeptember)
 3. Locate the correct subdirectory (for example **homework1**) to put your files.
 4. Name all of your files starting with your last name, e.g. **BrutzmanProgram.java** **BrutzmanScreenshot.png** etc.
 5. Be sure that names match for **BrutzmanProgram.java** and the class name, i.e. **public class BrutzmanJava**
-- 
GitLab