From 95fc72727d475ca3252c2760b30abc53b55526ae Mon Sep 17 00:00:00 2001
From: Jen Mankoff <jmankoff@cs.washington.edu>
Date: Mon, 1 May 2023 14:52:12 -0700
Subject: [PATCH] added the correct course number everywhere

---
 _config.yml            | 2 +-
 _config_production.yml | 4 ++--
 _data/navigation.yml   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_config.yml b/_config.yml
index fe4c4617..dd7ff87e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,7 +7,7 @@
 title: Accessibility
 description: Learn about app accessibility; how accessibility can be incorporated into cutting edge computer science topics like machine learning and fabrication; and the interaction of accessibilty technology and society
 
-baseurl: "/courses/cse493/23fa"
+baseurl: "/courses/cse493e/23au"
 url: https://courses.cs.washington.edu # the base hostname & protocol for your site, e.g. http://example.com
 twitter_username: jcmankoff
 git_username:  jmankoff
diff --git a/_config_production.yml b/_config_production.yml
index fe4c4617..246ce767 100644
--- a/_config_production.yml
+++ b/_config_production.yml
@@ -7,7 +7,7 @@
 title: Accessibility
 description: Learn about app accessibility; how accessibility can be incorporated into cutting edge computer science topics like machine learning and fabrication; and the interaction of accessibilty technology and society
 
-baseurl: "/courses/cse493/23fa"
+baseurl: "/courses/cse493/23au"
 url: https://courses.cs.washington.edu # the base hostname & protocol for your site, e.g. http://example.com
 twitter_username: jcmankoff
 git_username:  jmankoff
@@ -20,7 +20,7 @@ canvas: https://canvas.uw.edu/courses/TBD
 warning: draft
 
 paginate:            5
-classnum: CSE493
+classnum: CSE493e
 quarter: "Fall 2023"
 copydate: "4/12/23"
 author:
diff --git a/_data/navigation.yml b/_data/navigation.yml
index cafe0377..8360c10b 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,4 +1,4 @@
-nav_list_title: CSE 493
+nav_list_title: CSE 493e
 nav_list:
 - title: Syllabus
   url: /
-- 
GitLab