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

Commit 69339c3

Browse files
use accessible link text for issues-create docs
1 parent f6e5811 commit 69339c3

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/v18#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. You can learn more about `octokit.rest.issues.create()` in the [octokit API documentation](https://octokit.github.io/rest.js/v18#issues-create).
101101

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

0 commit comments

Comments
 (0)