From 5f246ea7de2b8fd3faa0fd9e3569482408886c5d Mon Sep 17 00:00:00 2001
From: Ben Boonstra
Date: Thu, 28 Nov 2024 02:54:16 -0600
Subject: [PATCH] Fix dead [docs] links
---
docs/changelog.js | 4 ++--
docs/index.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/changelog.js b/docs/changelog.js
index 29132d1..dcce70e 100644
--- a/docs/changelog.js
+++ b/docs/changelog.js
@@ -1,7 +1,7 @@
document.addEventListener("DOMContentLoaded", function () {
const changelogContainer = document.getElementById("changelog-content");
const changelogUrl =
- "https://raw.githubusercontent.com/bboonstra/Effortless/main/CHANGELOG.md";
+ "https://raw.githubusercontent.com/bboonstra/effortless/main/CHANGELOG.md";
fetch(changelogUrl)
.then((response) => response.text())
@@ -58,7 +58,7 @@ function updateChangelogIntro() {
const paragraphs = document.querySelectorAll("#changelog-content p");
if (paragraphs.length >= 1) {
- paragraphs[0].innerHTML = `All notable changes to this project will be documented on this page, imported from GitHub.`;
+ paragraphs[0].innerHTML = `All notable changes to this project will be documented on this page, imported from GitHub.`;
}
if (paragraphs.length >= 2) {
diff --git a/docs/index.html b/docs/index.html
index 4aa0244..828c4ec 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -97,7 +97,7 @@ Join the Effortless Community