Skip to content

Commit 005e362

Browse files
GitHub: Update Repository Name (main) (#420)
* GitHub: Update Repository Name (main) Signed-off-by: Collin Bachman <[email protected]> * Update more links Signed-off-by: Collin Bachman <[email protected]> --------- Signed-off-by: Collin Bachman <[email protected]>
1 parent e18f0f0 commit 005e362

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ body:
7979
id: terms
8080
attributes:
8181
label: Agree to Contributing Terms
82-
description: By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/bachmacintosh/wanikani-api-types/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/bachmacintosh/wanikani-api-types/blob/main/CODE_OF_CONDUCT.md)
82+
description: By submitting this issue, you agree to follow our [Contributing Guidelines](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md)
8383
options:
8484
- label: I agree to follow this project's Contributing Guidelines and Code of Conduct
8585
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body:
6060
id: terms
6161
attributes:
6262
label: Agree to Contributing Terms
63-
description: By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/bachmacintosh/wanikani-api-types/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/bachmacintosh/wanikani-api-types/blob/main/CODE_OF_CONDUCT.md)
63+
description: By submitting this issue, you agree to follow our [Contributing Guidelines](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md)
6464
options:
6565
- label: I agree to follow this project's Contributing Guidelines and Code of Conduct
6666
required: true

.github/pull_request_template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ Or some other information pertaining to the PR like breaking tests, etc.
3636

3737
I understand that by submitting this Pull Request:
3838

39-
- I agree to the terms outlined in the [Contribution Guidelines](https://github.com/bachmacintosh/wanikani-api-types/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/bachmacintosh/wanikani-api-types/blob/main/CODE_OF_CONDUCT.md)
40-
- My code will be licensed for use in this repository per its [LICENSE](https://github.com/bachmacintosh/wanikani-api-types/blob/main/LICENSE), and that I have the right to license this code -- per GitHub's [Terms of Service](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#6-contributions-under-repository-license)
39+
- I agree to the terms outlined in the [Contribution Guidelines](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md)
40+
- My code will be licensed for use in this repository per its [LICENSE](LICENSE), and that I have the right to license this code -- per GitHub's [Terms of Service](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#6-contributions-under-repository-license)

.github/workflows/pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Tests (PR)
22
on:
3+
merge_group:
34
pull_request:
45
branches:
56
- main

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @bachmacintosh/wanikani-api-types
22

3-
[![Tests (Main)](https://github.com/bachmacintosh/wanikani-api-types/actions/workflows/push.yml/badge.svg)](https://github.com/bachmacintosh/wanikani-api-types/actions/workflows/push.yml)
4-
[![codecov](https://codecov.io/gh/bachmacintosh/wanikani-api-types/branch/main/graph/badge.svg?token=CCVBE1UM9M)](https://codecov.io/gh/bachmacintosh/wanikani-api-types)
3+
[![Tests (Main)](https://github.com/bachman-dev/wanikani-api-types/actions/workflows/push.yml/badge.svg)](https://github.com/bachman-dev/wanikani-api-types/actions/workflows/push.yml)
4+
[![codecov](https://codecov.io/gh/bachman-dev/wanikani-api-types/branch/main/graph/badge.svg?token=CCVBE1UM9M)](https://codecov.io/gh/bachman-dev/wanikani-api-types)
55

66
Regularly updated type definitions for the [WaniKani API](https://docs.api.wanikani.com/20170710/)
77

@@ -167,7 +167,7 @@ When working with WaniKani's Subjects, you may want to stylize/highlight the mar
167167

168168
### Examples
169169

170-
See [EXAMPLES.md](https://github.com/bachmacintosh/wanikani-api-types/blob/main/EXAMPLES.md) for examples using this library.
170+
See [EXAMPLES.md](EXAMPLES.md) for examples using this library.
171171

172172
## Need Help? Want to Contribute?
173173

@@ -177,7 +177,7 @@ That said, if you have any questions or encounter any problems with this package
177177

178178
We welcome any contributions to help improve this library. Please see the following documents:
179179

180-
- [CONTRIBUTING.md](https://github.com/bachmacintosh/wanikani-api-types/blob/main/CONTRIBUTING.md)
181-
- [CODE_OF_CONDUCT.md](https://github.com/bachmacintosh/wanikani-api-types/blob/main/CODE_OF_CONDUCT.md)
180+
- [CONTRIBUTING.md](CONTRIBUTING.md)
181+
- [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
182182

183183
Thank you in advance for your contribution(s)!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/bachmacintosh/wanikani-api-types"
42+
"url": "https://github.com/bachman-dev/wanikani-api-types"
4343
},
4444
"devDependencies": {
4545
"@bachman-dev/eslint-config": "2.2.0",

typedoc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://typedoc.org/schema.json",
33
"entryPoints": ["./src/v20170710.ts", "./src/index.ts"],
44
"out": "docs",
5-
"sourceLinkTemplate": "https://github.com/bachmacintosh/wanikani-api-types/blob/{gitRevision}/{path}#L{line}",
5+
"sourceLinkTemplate": "https://github.com/bachman-dev/wanikani-api-types/blob/{gitRevision}/{path}#L{line}",
66
"cleanOutputDir": true,
77
"includeVersion": true,
88
"categorizeByGroup": false,

0 commit comments

Comments
 (0)