Skip to content

Commit

Permalink
Fix dead [docs] links
Browse files Browse the repository at this point in the history
  • Loading branch information
bboonstra committed Nov 28, 2024
1 parent 4fafae5 commit 5f246ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.js
Original file line number Diff line number Diff line change
@@ -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())
Expand Down Expand Up @@ -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 <a href="https://github.com/bboonstra/Effortless/blob/main/CHANGELOG.md" target="_blank">GitHub</a>.`;
paragraphs[0].innerHTML = `All notable changes to this project will be documented on this page, imported from <a href="https://github.com/bboonstra/effortless/blob/main/CHANGELOG.md" target="_blank">GitHub</a>.`;
}

if (paragraphs.length >= 2) {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2>Join the Effortless Community</h2>
</p>
<div class="button-container">
<a
href="https://github.com/bboonstra/Effortless"
href="https://github.com/bboonstra/effortless"
class="tab tab-forward"
>View on GitHub</a
>
Expand Down

0 comments on commit 5f246ea

Please sign in to comment.