Skip to content

Commit d77dca9

Browse files
committed
Align prism unpkg versions.
1 parent 624774c commit d77dca9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ We can start with this projet's sample at [`one-page.html`](./one-page.html). It
121121
<title>Spectacle</title>
122122
<link href="https://fonts.googleapis.com/css?family=Lobster+Two:400,700" rel="stylesheet" type="text/css">
123123
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700" rel="stylesheet" type="text/css">
124-
<link href="https://unpkg.com/prismjs@1.3.0/themes/prism-tomorrow.css" rel="stylesheet" type="text/css">
124+
<link href="https://unpkg.com/prismjs@1/themes/prism-tomorrow.css" rel="stylesheet" type="text/css">
125125
<link href="https://unpkg.com/normalize.css@7/normalize.css" rel="stylesheet" type="text/css">
126126
<link href="https://unpkg.com/spectacle/lib/themes/default/index.css" rel="stylesheet" type="text/css">
127127
</head>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Spectacle</title>
77
<link href="https://fonts.googleapis.com/css?family=Lobster+Two:400,700" rel="stylesheet" type="text/css">
88
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700" rel="stylesheet" type="text/css">
9-
<link href="https://unpkg.com/prismjs@1.3.0/themes/prism-tomorrow.css" rel="stylesheet" type="text/css">
9+
<link href="https://unpkg.com/prismjs@1/themes/prism-tomorrow.css" rel="stylesheet" type="text/css">
1010
</head>
1111
<body>
1212
<div id="root"></div>

one-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Spectacle</title>
77
<link href="https://fonts.googleapis.com/css?family=Lobster+Two:400,700" rel="stylesheet" type="text/css">
88
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700" rel="stylesheet" type="text/css">
9-
<link href="https://unpkg.com/prismjs@1.3.0/themes/prism-tomorrow.css" rel="stylesheet" type="text/css">
9+
<link href="https://unpkg.com/prismjs@1/themes/prism-tomorrow.css" rel="stylesheet" type="text/css">
1010
<link href="https://unpkg.com/normalize.css@7/normalize.css" rel="stylesheet" type="text/css">
1111
<link href="./lib/themes/default/index.css" rel="stylesheet" type="text/css">
1212
</head>

0 commit comments

Comments
 (0)