From 61b01f8d4ac4c9561b22d71e52d7718353377893 Mon Sep 17 00:00:00 2001 From: BobSaidHi <47067448+BobSaidHi@users.noreply.github.com> Date: Thu, 18 Nov 2021 01:56:54 -0800 Subject: [PATCH] Fixed config, fixed spelling of cheat --- _config.yml | 1 + index.md | 2 +- java/{JavaCheetSheet.md => JavaCheatSheet.md} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename java/{JavaCheetSheet.md => JavaCheatSheet.md} (100%) diff --git a/_config.yml b/_config.yml index e89e4b9..04225a2 100644 --- a/_config.yml +++ b/_config.yml @@ -22,6 +22,7 @@ include: - gitHubAdmin/teams.md - hardware/statusLights.md - index.md + - java/JavaCheatSheet.md - legacyTutorials.md - quickStart/codingWorkflow.md - quickStart/gitHubDesktopTut.md diff --git a/index.md b/index.md index e5f76e6..5f141ba 100644 --- a/index.md +++ b/index.md @@ -44,7 +44,7 @@ Ms. Trayford's lectures from her class may also be useful. [2021-22 Basic Java I GitHub Classroom Assignment Invite](https://classroom.github.com/a/TYpIZLPz) 2021 Basic Java II - Coming soon -[2021-22 Basic Java Cheat Sheet / Reference](/java/JavaCheetSheet) +[2021-22 Basic Java Cheat Sheet / Reference](/java/JavaCheatSheet) [Legacy Tutorials](legacyTutorials) diff --git a/java/JavaCheetSheet.md b/java/JavaCheatSheet.md similarity index 100% rename from java/JavaCheetSheet.md rename to java/JavaCheatSheet.md