From 48e17b34819dda04c59574079ff1ec2815370f5f Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 5 Jul 2020 17:34:28 -0700 Subject: [PATCH] fixing page names to match index links --- scripts/build-html.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-html.sh b/scripts/build-html.sh index 523912e..40ed566 100755 --- a/scripts/build-html.sh +++ b/scripts/build-html.sh @@ -8,11 +8,11 @@ md() { md "311/lec/*.md" > public/intro-to-networking-311.html md "312/*.md" > public/network-security-concepts-312.html -md "337/lec/*.md" > public/computer-architecture-mips-337.html +md "337/lec/*.md" > public/computer-architecture-337.html cp 337/img/* public/img/ md "363/lec/*.md" > public/intro-to-databases-363.html md "370/notes/*.md" > public/advanced-algorithms-370.html -md "412/*.md" > public/networking-concepts.html +md "412/*.md" > public/network-administration-412.html md gitlab-page/index.md > public/index.html