Skip to content

Commit 0d7183d

Browse files
authored
docs: change some references from http to https (#75)
1 parent 448d7d1 commit 0d7183d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom/config-vite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<Environment type="node" />
44

5-
Slidev is powered by [Vite](http://vitejs.dev/) under the hood. This means you can leverage Vite's great plugin system to customize your slides even further.
5+
Slidev is powered by [Vite](https://vitejs.dev/) under the hood. This means you can leverage Vite's great plugin system to customize your slides even further.
66

77
The `vite.config.ts` will be respected if you have one.
88

custom/directory-structure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ import './code.css'
115115
import './layouts.css'
116116
```
117117

118-
Styles will be processed by [Windi CSS](http://windicss.org/) and [PostCSS](https://postcss.org/), so you can use css nesting and [at-directives](https://windicss.org/features/directives.html) out-of-box. For example:
118+
Styles will be processed by [Windi CSS](https://windicss.org/) and [PostCSS](https://postcss.org/), so you can use css nesting and [at-directives](https://windicss.org/features/directives.html) out-of-box. For example:
119119

120120
```less
121121
.slidev-layout {

guide/syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ console.log('Hello, World!')
7272
//```
7373
~~~
7474

75-
We support [Prism](http://prismjs.com) and [Shiki](https://github.com./shikijs/shiki) as syntax highlighters. Refer to [the highlighters section](/custom/highlighters) for more details.
75+
We support [Prism](https://prismjs.com) and [Shiki](https://github.com./shikijs/shiki) as syntax highlighters. Refer to [the highlighters section](/custom/highlighters) for more details.
7676

7777
### Line Highlighting
7878

0 commit comments

Comments
 (0)