Skip to content

Commit 12d7b77

Browse files
author
GitHub Actions
committed
Updated website (automated commit)
1 parent 653de0e commit 12d7b77

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

community_guidelines.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div class="row">
6666
<div class="span3"><script src="https://unpkg.com/github-api/dist/GitHub.bundle.min.js"></script>
6767
<script type="module">
68-
import { Octokit } from "https://cdn.skypack.dev/@octokit/rest";
68+
import { Octokit } from "https://esm.sh/octokit";
6969

7070
const octokit = new Octokit();
7171

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<div class="row">
6767
<div class="span3"><script src="https://unpkg.com/github-api/dist/GitHub.bundle.min.js"></script>
6868
<script type="module">
69-
import { Octokit } from "https://cdn.skypack.dev/@octokit/rest";
69+
import { Octokit } from "https://esm.sh/octokit";
7070

7171
const octokit = new Octokit();
7272

search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<div class="row">
6868
<div class="span3"><script src="https://unpkg.com/github-api/dist/GitHub.bundle.min.js"></script>
6969
<script type="module">
70-
import { Octokit } from "https://cdn.skypack.dev/@octokit/rest";
70+
import { Octokit } from "https://esm.sh/octokit";
7171

7272
const octokit = new Octokit();
7373

team.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div class="row">
6666
<div class="span3"><script src="https://unpkg.com/github-api/dist/GitHub.bundle.min.js"></script>
6767
<script type="module">
68-
import { Octokit } from "https://cdn.skypack.dev/@octokit/rest";
68+
import { Octokit } from "https://esm.sh/octokit";
6969

7070
const octokit = new Octokit();
7171

0 commit comments

Comments
 (0)