Skip to content

Commit

Permalink
Fix bug in code pointers for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Simeon committed Sep 5, 2017
1 parent f90db17 commit 3822f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/demo/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ function getLanguageMarkedLabel(langpack:{id:QcertLanguage, explicit:boolean}):s

//const coqdocBaseURL = 'https://querycert.github.io/doc/';
//const coqdocBaseURL = '../..//querycert.github.io/doc/';
const coqdocBaseURL = '../doc/html/';
const coqdocBaseURL = '../html/';
function makeLemmaURL(base:string, lemma:string) {
let url = coqdocBaseURL + "Qcert." + base + ".html";
//let url = coqdocBaseURL + base + ".html";
Expand Down

0 comments on commit 3822f42

Please sign in to comment.