diff --git a/deliverables/README.md b/deliverables/README.md
index 9c720397af63245696390c838647905ecf5b5c6d..a9667afdae03998412fbc4bf5a31bcba0184d2de 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**