diff --git a/assignments/README.md b/assignments/README.md
index 3bad5b1f5887db4ec5c3fef3562b54a03c5e3a56..303ef5a118675ad23b5dbfd83c4861f3f9440c0c 100644
--- a/assignments/README.md
+++ b/assignments/README.md
@@ -24,13 +24,15 @@ Use Netbeans to upload/update your homework assignments as follows:
 All MV3500 cohorts have source code collected under a common Netbeans project.
 
 1. Find your current cohort src subdirectories, for example
-    1. [deliverables / src / MV3500Cohort2021JulySeptember](src/MV3500Cohort2021JulySeptember)
+    #. [deliverables / src / MV3500Cohort2023MarchJune](src/MV3500Cohort2023MarchJune)
 2. You can look at earlier cohort submissions, for example 
+    1. [deliverables / src / MV3500Cohort2022MayJune](src/MV3500Cohort2022MayJune)
+    1. [deliverables / src / MV3500Cohort2021JulySeptember](src/MV3500Cohort2021JulySeptember)
     1. [deliverables / src / MV3500Cohort2020JulySeptember](src/MV3500Cohort2020JulySeptember)
     2. [deliverables / src / MV3500Cohort2019JulySeptember](src/MV3500Cohort2019JulySeptember)
     1. [deliverables / src / MV3500Cohort2018JulySeptember](src/MV3500Cohort2018JulySeptember)
     2. [deliverables / src / MV3500Cohort2018JanuaryMarch](src/MV3500Cohort2018JanuaryMarch)
-3. Locate the correct subdirectory (for example [**homework1**](src/MV3500Cohort2021JulySeptember/homework1)) to put your files.
+3. Locate the correct subdirectory (for example [**homework1**](src/MV3500Cohort2023MarchJune/homework1)) to put your files.
 4. Name all of your files starting with your last name, e.g. **LastnameProgram.java** **LastnameScreenshot.png** etc.
 5. Be sure that names match for **LastnameProgram.java** and the class name, i.e. **public class LastnameJava**
 6. Be sure to start each .java source file with correct package name, for example:
@@ -40,7 +42,7 @@ All MV3500 cohorts have source code collected under a common Netbeans project.
 
 After committing and pushing, you can now verify that your files are been shared by checking the website:
 
-* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments/src/MV3500Cohort2021JulySeptember
+* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments/src/MV3500Cohort2023MarchJune
 
 
 ## References