Skip to content

Commit

Permalink
minor updates post 2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robhagemans committed Nov 8, 2021
1 parent 81c4744 commit 1935700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pcbasic/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<ul class="pure-menu-list">
<li class="pure-menu-item pure-menu-selected"><a href="download.html" class="pure-menu-link">Download</a></li>
<li class="pure-menu-item"><a href="https://github.com/robhagemans/pcbasic/" class="pure-menu-link">Source</a></li>
<li class="pure-menu-item"><a href="doc/" class="pure-menu-link">Documentation</a></li>
<li class="pure-menu-item"><a href="doc/2.0/" class="pure-menu-link">Documentation</a></li>
<li class="pure-menu-item"><a href="https://github.com/robhagemans/pcbasic/discussions" class="pure-menu-link">Discuss</a></li>
</ul>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion pcbasic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
+ result[i].tag_name + "/pcbasic-" + result[i].tag_name;
document.getElementById("maindownloaddesc").innerHTML = "Latest release " + result[i].tag_name + " for " + plat;
document.getElementById("maindownload").setAttribute('href', url_base + suffix);
document.getElementById("otherdownloads").innerHTML = "[ other operating systems and development releases ]";
document.getElementById("otherdownloads").innerHTML = "[ other operating systems and older releases ]";
break;
}
}
Expand Down

0 comments on commit 1935700

Please sign in to comment.