From 35ac9067ab151f9b8d5d6ec7b8b9c856de5eee01 Mon Sep 17 00:00:00 2001
From: Aaron Opell
Date: Sun, 24 May 2020 15:46:52 -0700
Subject: [PATCH] Fixed more links
---
js/grades.js | 2 +-
theme-editor.html | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/js/grades.js b/js/grades.js
index ca8254d6..6985c812 100644
--- a/js/grades.js
+++ b/js/grades.js
@@ -491,7 +491,7 @@ var fetchQueue = [];
}, [
createElement("span", [], { textContent: "Enable what-if grades" }),
createElement("a", ["splus-grade-help-btn"], {
- href: "https://github.com/aopell/SchoologyPlus/wiki/What-If-Grades",
+ href: "https://schoologypl.us/docs/grades",
target: "_blank"
}, [createElement("span", ["icon-help"])])
]);
diff --git a/theme-editor.html b/theme-editor.html
index 2fe4c452..5ba83424 100644
--- a/theme-editor.html
+++ b/theme-editor.html
@@ -28,7 +28,7 @@
@@ -473,7 +473,7 @@ the
+ href="https://schoologypl.us/docs/themes/create#icons">the
documentation for how to use custom icons in your theme.