Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Joscha Legewie committed Jan 26, 2014
1 parent 9769cfc commit 4c3510f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chrome/content/zotfile/zotfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Zotero.ZotFile = {
projectPath: new Array("","","","","","","","","","","","","","",""),
projectMax:15,
zotfileURL:"http://www.zotfile.com",
changelogURL:"http://jlegewie.github.io/zotfile/index.html#changelog",
changelogURL:"http://zotfile.com/index.html#changelog",
lastModifiedFile:null,
temp:"",
messages_warning:[],
Expand Down Expand Up @@ -2702,7 +2702,8 @@ Zotero.ZotFile = {
pdfExtraction:false,
popplerExtractorTool:false,
popplerExtractorSupported:false,
popplerExtractorBaseURL:'https://github.com/jlegewie/zotfile/raw/gh-pages/PDFTools/',
// popplerExtractorBaseURL:'https://github.com/jlegewie/zotfile/raw/gh-pages/PDFTools/',
popplerExtractorBaseURL:'http://www.zotfile.com/PDFTools/',

/** The list of PDFs we should extract annotations from. Each
element is an object with the following fields:
Expand Down

0 comments on commit 4c3510f

Please sign in to comment.