From ca120fc1007c19ee870820cab5dd4c5e282dcb52 Mon Sep 17 00:00:00 2001
From: Jen Mankoff <jmankoff@cs.washington.edu>
Date: Thu, 4 May 2023 19:48:46 -0700
Subject: [PATCH] Fixed course number

---
 _config_production.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config_production.yml b/_config_production.yml
index 246ce767..f4f68f50 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/23au"
+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
-- 
GitLab