Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit f6e5811

Browse files
updated issues-create API link
1 parent e2a4274 commit f6e5811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/14_create-js-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ run();
9797
```
9898

9999
**Creating an issue in the repository**
100-
Next we use that octokit client to create an issue in your repository, which will make the HTTP request to the GitHub API for us. [Look here](https://octokit.github.io/rest.js/#octokit-routes-issues-create) to learn more about `octokit.rest.issues.create()`.
100+
Next we use that octokit client to create an issue in your repository, which will make the HTTP request to the GitHub API for us. [Look here](https://octokit.github.io/rest.js/v18#issues-create) to learn more about `octokit.rest.issues.create()`.
101101

102102
```javascript
103103
async function run() {

0 commit comments

Comments
 (0)