Skip to content

Commit b1e28aa

Browse files
change url
1 parent 3daf4a9 commit b1e28aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<title>Homepage</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<link href="https://kennidenni.github.io/INF219/JqueryAndBootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
8+
<link href="https://algorithmvis.github.io/JqueryAndBootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
99

1010
<style>
1111
body {
@@ -55,12 +55,12 @@
5555
<h1 id="header">Visualization of algorithms and datastructures</h1>
5656
</div>
5757
<div id="buttons">
58-
<button id="graphs" class="btn btn-primary" onclick="location.href='https://kennidenni.github.io/INF219/Graphs/index.html'">DFS/BFS</button>
59-
<button id="heap" class="btn btn-primary" onclick="location.href='https://kennidenni.github.io/INF219/Heap/index.html'">Heap</button>
60-
<button id="kruskal" class="btn btn-primary" onclick="location.href='https://kennidenni.github.io/INF219/Kruskal/index.html'">Kruskal</button>
61-
<button id="mergesort" class="btn btn-primary" onclick="location.href='https://kennidenni.github.io/INF219/MergeSort/index.html'">MergeSort</button>
62-
<button id="simplesort" class="btn btn-primary" onclick="location.href='https://kennidenni.github.io/INF219/SimpleSort/index.html'">SimpleSort</button>
63-
<button id="unionfind" class="btn btn-primary" onclick="location.href='https://kennidenni.github.io/INF219/UnionFind/index.html'">Union Find</button>
58+
<button id="graphs" class="btn btn-primary" onclick="location.href='https://algorithmvis.github.io/Graphs/index.html'">DFS/BFS</button>
59+
<button id="heap" class="btn btn-primary" onclick="location.href='https://algorithmvis.github.io/Heap/index.html'">Heap</button>
60+
<button id="kruskal" class="btn btn-primary" onclick="location.href='https://algorithmvis.github.io/Kruskal/index.html'">Kruskal</button>
61+
<button id="mergesort" class="btn btn-primary" onclick="location.href='https://algorithmvis.github.io/MergeSort/index.html'">MergeSort</button>
62+
<button id="simplesort" class="btn btn-primary" onclick="location.href='https://algorithmvis.github.io/SimpleSort/index.html'">SimpleSort</button>
63+
<button id="unionfind" class="btn btn-primary" onclick="location.href='https://algorithmvis.github.io/UnionFind/index.html'">Union Find</button>
6464
</div>
6565

6666
<div id="footer" class="background"></div>

0 commit comments

Comments
 (0)