Skip to content

Commit 8b304dd

Browse files
committed
style: https
1 parent 732041b commit 8b304dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/react/add-to-existing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Create a `src/theme/variables.css` file with the following content:
140140

141141
```css title="src/theme/variables.css"
142142
/* For information on how to create your own theme, please refer to:
143-
http://ionicframework.com/docs/theming/ */
143+
https://ionicframework.com/docs/theming/ */
144144
```
145145

146146
Then, import the file and the dark palette stylesheet in `src/App.tsx`:

docs/vue/add-to-existing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Create a `src/theme/variables.css` file with the following content:
118118

119119
```css title="src/theme/variables.css"
120120
/* For information on how to create your own theme, please refer to:
121-
http://ionicframework.com/docs/theming/ */
121+
https://ionicframework.com/docs/theming/ */
122122
```
123123

124124
Then, import the file and the dark palette stylesheet in `src/main.js`:

versioned_docs/version-v7/react/add-to-existing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Create a `src/theme/variables.css` file with the following content:
140140

141141
```css title="src/theme/variables.css"
142142
/* For information on how to create your own theme, please refer to:
143-
http://ionicframework.com/docs/theming/ */
143+
https://ionicframework.com/docs/theming/ */
144144
```
145145

146146
Then, import the file and the dark palette stylesheet in `src/App.tsx`:

0 commit comments

Comments
 (0)