diff --git a/7-Logical-Agents/index.html b/7-Logical-Agents/index.html
index a2d4b12..5f7756e 100644
--- a/7-Logical-Agents/index.html
+++ b/7-Logical-Agents/index.html
@@ -3,7 +3,7 @@
7 Logical Agents
-
+
diff --git a/8-First-Order-Logic/index.html b/8-First-Order-Logic/index.html
index 8d98360..7e27507 100644
--- a/8-First-Order-Logic/index.html
+++ b/8-First-Order-Logic/index.html
@@ -3,7 +3,7 @@
8 First Order Logic
-
+
diff --git a/9-Inference-In-First-Order-Logic/index.html b/9-Inference-In-First-Order-Logic/index.html
index f615ee1..0049df2 100644
--- a/9-Inference-In-First-Order-Logic/index.html
+++ b/9-Inference-In-First-Order-Logic/index.html
@@ -3,7 +3,7 @@
9 Inference In First Order Logic
-
+
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ed4a005..12aa588 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1 +1,2 @@
-See [the wiki](https://github.com/aimacode/aima-javascript/wiki/How-to-Contribute).
+This project has not been active since 2019.
+
diff --git a/README.md b/README.md
index 171a2df..0cdd471 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,11 @@
# aima-javascript
Visualization of concepts from Russell And Norvig's "Artificial Intelligence — A Modern Approach", and Javascript code for algorithms. Unlike aima-python, aima-java, and other sibling projects, this project is primarily about the visualizations and secondarily about the code.
-- [View the visualizations](http://aimacode.github.io/aima-javascript/)
-- [How to contribute](https://github.com/aimacode/aima-javascript/wiki/How-to-Contribute)
-- [Chat on Gitter](https://gitter.im/aimacode/Lobby)
+- [View the visualizations](https://aimacode.github.io/aima-javascript/)
Some Javascript visualizations that I admire, and would like to see similar kinds of things here:
-- [Red Blob Games: A* Tutorial](http://www.redblobgames.com/pathfinding/a-star/introduction.html)
+- [Red Blob Games: A* Tutorial](https://www.redblobgames.com/pathfinding/a-star/introduction.html)
- [Qiao Search Demo](https://qiao.github.io/PathFinding.js/visual/)
-- [Nicky Case: Simulating the World](http://ncase.me/simulating/)
-- [Rafael Matsunaga: Genetic Car Thingy](http://rednuht.org/genetic_cars_2/)
-- [Lee Yiyuan: 2048 Bot](http://leeyiyuan.github.io/2048ai/)
+- [Nicky Case: Simulating the World](https://ncase.me/simulating/)
+- [Rafael Matsunaga: Genetic Car Thingy](https://rednuht.org/genetic_cars_2/)
+- [Lee Yiyuan: 2048 Bot](https://leeyiyuan.github.io/2048ai/)
diff --git a/index.html b/index.html
index 186304c..5c32722 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
Artificial Intelligence: A Modern Approach
-
+
@@ -148,7 +148,7 @@
Conclusions
diff --git a/main.js b/main.js
index 8fc1e1d..c5acb82 100644
--- a/main.js
+++ b/main.js
@@ -19,12 +19,12 @@
body.insertBefore(header, body.firstChild);
var footer = document.createElement('footer');
footer.setAttribute('class', 'text-center');
- footer.innerHTML = '';
+ footer.innerHTML = '';
body.append(footer);
if (document.location.protocol === 'file:') {
// file: urls don't allow ajax calls needed to load the header, so load from main site instead
- $('header').load("http://aimacode.github.io/aima-javascript/header.html");
+ $('header').load("https://aimacode.github.io/aima-javascript/header.html");
} else {
$('header').load("../header.html");
}
diff --git a/third-party/read-me.txt b/third-party/read-me.txt
index bd092a4..b28161f 100644
--- a/third-party/read-me.txt
+++ b/third-party/read-me.txt
@@ -1,8 +1,8 @@
robot.png from Simon Child, The Noun Project, Creative Commons BY-3.0 https://thenounproject.com/term/robot/1248/
-vacuum-cleaner.svg from Delapouite under CC BY 3.0 http://game-icons.net/delapouite/originals/vacuum-cleaner.html
+vacuum-cleaner.svg from Delapouite under CC BY 3.0 https://game-icons.net/delapouite/originals/vacuum-cleaner.html
-Australia Map svg from Lokal_Profil [CC BY-SA 2.5 (http://creativecommons.org/licenses/by-sa/2.5), GFDL (http://www.gnu.org/copyleft/fdl.html) or CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0/)], via Wikimedia Commons
+Australia Map svg from Lokal_Profil [CC BY-SA 2.5 (https://creativecommons.org/licenses/by-sa/2.5), GFDL (https://www.gnu.org/copyleft/fdl.html) or CC-BY-SA-3.0 (https://creativecommons.org/licenses/by-sa/3.0/)], via Wikimedia Commons
mousetrap.min.js from https://craig.is/killing/mice, Apache v2 license
@@ -16,4 +16,4 @@ vis.min.js modified from https://github.com/almende/vis, MIT License
leds.jpg from Lokal_Profil, Wikimedia Commons under CC BY-SA 3.0 https://commons.wikimedia.org/wiki/File:RBG-LED.jpg
-piripiri.jpg from Jeff Lawson, Wikimedia Commons https://commons.wikimedia.org/wiki/File:African_red_devil_peppers.jpg
\ No newline at end of file
+piripiri.jpg from Jeff Lawson, Wikimedia Commons https://commons.wikimedia.org/wiki/File:African_red_devil_peppers.jpg