We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7108b1 commit 92b7e58Copy full SHA for 92b7e58
1 file changed
package.json
@@ -17,8 +17,8 @@
17
"description": "A Slidev addon that allows you to run C + C++ code in your slides.",
18
"config": {
19
"coliru": {
20
- "compileUrl": "http://coliru.stacked-crooked.com/compile",
21
- "shareUrl": "http://coliru.stacked-crooked.com/share"
+ "compileUrl": "https://coliru.stacked-crooked.com/compile",
+ "shareUrl": "https://coliru.stacked-crooked.com/share"
22
}
23
},
24
"repository": {
0 commit comments