diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2020-09-09 10:24:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 10:24:40 +0200 |
commit | 17bfa625798687394497f908b399eacd2895222e (patch) | |
tree | 7c22fdc873bf2796c76733f137c26cf8384400f3 | |
parent | 5f7c945deeccd7ba2aeb01be94b3bdd841ce5526 (diff) | |
parent | b05e530f2153666a3009bd3f2db1761abe2909fd (diff) | |
download | fosdem-2021-minimalism-presentation-17bfa625798687394497f908b399eacd2895222e.tar fosdem-2021-minimalism-presentation-17bfa625798687394497f908b399eacd2895222e.tar.gz |
Merge pull request #2746 from ebriand/patch-1
Fix URL to pdf-export documentation
-rw-r--r-- | css/print/pdf.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/print/pdf.scss b/css/print/pdf.scss index ea0d417..f967845 100644 --- a/css/print/pdf.scss +++ b/css/print/pdf.scss @@ -2,7 +2,7 @@ * This stylesheet is used to print reveal.js * presentations to PDF. * - * https://revealjs.revealjs.com/pdf-export/ + * https://revealjs.com/pdf-export/ */ html.print-pdf { |