Switch to HTTPS for the license link on the website
Moreover, fix a small oversight in how the file tree is rendered.
This commit is contained in:
parent
7307c60407
commit
be3defdd94
@ -80,11 +80,11 @@ Note that we only mention the most relevant files and folders.
|
|||||||
│ ├── cmaps/ - character maps (required by core)
|
│ ├── cmaps/ - character maps (required by core)
|
||||||
│ ├── compressed.tracemonkey-pldi-09.pdf - PDF file for testing purposes
|
│ ├── compressed.tracemonkey-pldi-09.pdf - PDF file for testing purposes
|
||||||
│ ├── debugger.js - helpful debugging features
|
│ ├── debugger.js - helpful debugging features
|
||||||
│ └── images/ - images for the viewer and annotation icons
|
│ ├── images/ - images for the viewer and annotation icons
|
||||||
│ ├── locale/ - translation files
|
│ ├── locale/ - translation files
|
||||||
│ ├── viewer.css - viewer style sheet
|
│ ├── viewer.css - viewer style sheet
|
||||||
│ ├── viewer.html - viewer layout
|
│ ├── viewer.html - viewer layout
|
||||||
│ └── viewer.js - viewer layer
|
│ ├── viewer.js - viewer layer
|
||||||
│ └── viewer.js.map - viewer layer's source map
|
│ └── viewer.js.map - viewer layer's source map
|
||||||
└── LICENSE
|
└── LICENSE
|
||||||
```
|
```
|
||||||
|
2
docs/templates/layout.jade
vendored
2
docs/templates/layout.jade
vendored
@ -45,7 +45,7 @@ html(lang='en')
|
|||||||
p ©Mozilla and individual contributors
|
p ©Mozilla and individual contributors
|
||||||
:markdown-it
|
:markdown-it
|
||||||
PDF.js is licensed under [Apache](https://github.com/mozilla/pdf.js/blob/master/LICENSE),
|
PDF.js is licensed under [Apache](https://github.com/mozilla/pdf.js/blob/master/LICENSE),
|
||||||
documentation is licensed under [CC BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
documentation is licensed under [CC BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/)
|
||||||
|
|
||||||
// Bootstrap core JavaScript
|
// Bootstrap core JavaScript
|
||||||
script(src=makeRelative(page.url, '/js/jquery-2.1.0.min.js'))
|
script(src=makeRelative(page.url, '/js/jquery-2.1.0.min.js'))
|
||||||
|
Loading…
Reference in New Issue
Block a user