Skip to content

Commit 0678be6

Browse files
authored
Update index.html
Remove warning and link to wiki
1 parent 6ce9826 commit 0678be6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<li class="nav-item"><a class="nav-link text-white" onclick='nav("specs")'>Specifications</a></li>
127127
<li class="nav-item"><a class="nav-link text-white" onclick='nav("programs")'>Programs</a></li>
128128
<li class="nav-item"><a class="nav-link text-white"
129-
href="javascript:alert('To be added')">Wiki</a></li>
129+
href="https://classpaddev.github.io/wiki/" target="_blank" rel="noreferrer">Wiki</a></li>
130130
</ul>
131131

132132
</div>
@@ -140,11 +140,6 @@
140140
<div class="d-flex flex-column align-items-center text-center">
141141
<h1 class="display-4 font-weight-normal">CLASSPAD DEV</h1>
142142
<h3 class="lead font-weight-normal">Explore the Classpad II fx-CP400 using hollyhock-2!</h3>
143-
<div class="alert alert-warning alert-dismissible fade show mt-3" role="alert">
144-
<strong>Warning!</strong> Do NOT update past firmware version 2.01.7002. You will be unable to use
145-
hollyhock-2!
146-
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
147-
</div>
148143
<a class="btn btn-primary mt-3 btn-lg" onclick='nav("get-started")'>Get Started</a>
149144
</div>
150145
</header>

0 commit comments

Comments
 (0)