We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1471515 commit 690da73Copy full SHA for 690da73
README.md
@@ -17,11 +17,11 @@ See [GitHub’s Developer Guide for the OAuth web application flow](https://deve
17
</th>
18
<td width=100%>
19
20
-Load `@octokit/oauth-authorization-url` directly from [cdn.pika.dev](https://cdn.pika.dev)
+Load `@octokit/oauth-authorization-url` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
21
22
```html
23
<script type="module">
24
- import { oauthAuthorizationUrl } from "https://cdn.pika.dev/@octokit/oauth-authorization-url";
+ import { oauthAuthorizationUrl } from "https://cdn.skypack.dev/@octokit/oauth-authorization-url";
25
</script>
26
```
27
0 commit comments