slidy uses https instead of http (#3848)
grep -rl 'http://www.w3.org/Talks/Tools/Slidy2' . | xargs sed -i 's/http:\/\/www\.w3\.org\/Talks\/Tools\/Slidy2/https:\/\/www\.w3\.org\/Talks\/Tools\/Slidy2/g'
This commit is contained in:
parent
c175317d03
commit
2a0e2e6fd6
3 changed files with 3 additions and 3 deletions
|
@ -1320,7 +1320,7 @@ including all [reveal.js configuration options].
|
|||
|
||||
`slidy-url`
|
||||
: base URL for Slidy documents (defaults to
|
||||
`http://www.w3.org/Talks/Tools/Slidy2`)
|
||||
`https://www.w3.org/Talks/Tools/Slidy2`)
|
||||
|
||||
`slideous-url`
|
||||
: base URL for Slideous documents (defaults to `slideous`)
|
||||
|
|
|
@ -1487,7 +1487,7 @@ logo for Beamer documents
|
|||
.TP
|
||||
.B \f[C]slidy\-url\f[]
|
||||
base URL for Slidy documents (defaults to
|
||||
\f[C]http://www.w3.org/Talks/Tools/Slidy2\f[])
|
||||
\f[C]https://www.w3.org/Talks/Tools/Slidy2\f[])
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
|
|
|
@ -304,7 +304,7 @@ pandocToHtml opts (Pandoc meta blocks) = do
|
|||
defField "idprefix" (writerIdentifierPrefix opts) $
|
||||
-- these should maybe be set in pandoc.hs
|
||||
defField "slidy-url"
|
||||
("http://www.w3.org/Talks/Tools/Slidy2" :: String) $
|
||||
("https://www.w3.org/Talks/Tools/Slidy2" :: String) $
|
||||
defField "slideous-url" ("slideous" :: String) $
|
||||
defField "revealjs-url" ("reveal.js" :: String) $
|
||||
defField "s5-url" ("s5/default" :: String) $
|
||||
|
|
Loading…
Reference in a new issue