aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@denizaksimsek.com>2024-11-27 13:42:08 +0300
committerGitHub <noreply@github.com>2024-11-27 13:42:08 +0300
commitdca8a7120d962c95a86720a14bba1d2e54180eb4 (patch)
tree21411c787bc11803ac0f78090d0e1aa87d55d7eb
parent97451eaafcd147a5e9d74ac6ff30969bc299c7fd (diff)
parentfd79e945a8dd631b5a863146c59bdc95e2450451 (diff)
downloadmissing-dca8a7120d962c95a86720a14bba1d2e54180eb4.tar.gz
missing-dca8a7120d962c95a86720a14bba1d2e54180eb4.zip
Merge pull request #67 from MangelMaxime/patch-2
Fix url to import Prism theme
-rw-r--r--www/docs/10-main.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/docs/10-main.md b/www/docs/10-main.md
index 2035c13..e63a240 100644
--- a/www/docs/10-main.md
+++ b/www/docs/10-main.md
@@ -26,7 +26,7 @@ Install it on your website if you haven't already:
~~~ html
<link rel="stylesheet" href="https://unpkg.com/missing.css@{{ version }}">
<!-- Prism theme (https://prismjs.com/): -->
- <link rel="stylesheet" href="https://unpkg.com/missing.css@{{ version }}/prism">
+ <link rel="stylesheet" href="https://unpkg.com/missing.css@{{ version }}/dist/missing-prism.min.css" />
~~~
</figure>