importURL -> githubURL

This commit is contained in:
Steven Hugg 2019-08-17 11:18:11 -04:00
parent 84a4722061
commit 30acd01f62
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export interface GHSession extends GHRepoMetadata {
paths? : string[];
}
const README_md_template = "$NAME\n=====\n\n[Open this project in 8bitworkshop](http://8bitworkshop.com/redir.html?platform=$PLATFORM&importURL=$GITHUBURL&file=$MAINFILE).\n";
const README_md_template = "$NAME\n=====\n\n[Open this project in 8bitworkshop](http://8bitworkshop.com/redir.html?platform=$PLATFORM&githubURL=$GITHUBURL&file=$MAINFILE).\n";
export function getRepos() : {[key:string]:GHRepoMetadata} {
var repos = {};