mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
fix: misc bugs
This commit is contained in:
parent
58fed66f78
commit
ca3e09af8e
8 changed files with 20 additions and 28 deletions
|
@ -228,7 +228,7 @@ function BrowserApp() {
|
|||
|
||||
const cfg = h(Config);
|
||||
document.body.appendChild(cfg);
|
||||
this.githubURL = `https://github.com/MercuryWorkshop/scramjet/tree/${$scramjet.version.build}`;
|
||||
this.githubURL = `https://github.com/MercuryWorkshop/scramjet/commit/${$scramjet.version.build}`;
|
||||
|
||||
return html`
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue