Skip to content

Commit 07b13cb

Browse files
committed
name of interactive SICP JS
1 parent e1b9395 commit 07b13cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/htmlContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const switchTitle = version => {
7373
</div>
7474
<div class="title-text-OTHEREDITIONS">
7575
<span class="title-text-OTHEREDITIONS">
76-
<a href="https://sourceacademy.org/sicpjs">SICP JS in Source Academy</a></span>
76+
<a href="https://sourceacademy.org/sicpjs">Interactive SICP JS</a></span>
7777
</div>`;
7878
} else if (version == "scheme") {
7979
// scheme version of the web textbook has yet been developed

0 commit comments

Comments
 (0)