Skip to content

Commit 357c419

Browse files
authored
Fix a typo and template links (#418)
`CONTRIBUTING.md` link with relative path is not accessible from PR page.
1 parent 6f30db0 commit 357c419

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Replace this paragraph with a description of your changes and rationale. Provide
1717
### Checklist
1818
- [ ] I've added at least one test that validates that my change is working, if appropriate
1919
- [ ] I've followed the code style of the rest of the project
20-
- [ ] I've read the [Contribution Guidelines](CONTRIBUTING.md)
20+
- [ ] I've read the [Contribution Guidelines](https://github.com/apple/swift-argument-parser/blob/main/CONTRIBUTING.md)
2121
- [ ] I've updated the documentation if necessary

.github/PULL_REQUEST_TEMPLATE/NEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ What is the impact of this change on existing users? Does it deprecate or remove
3232
### Checklist
3333
- [ ] I've added at least one test that validates that my change is working, if appropriate
3434
- [ ] I've followed the code style of the rest of the project
35-
- [ ] I've read the [Contribution Guidelines](CONTRIBUTING.md)
35+
- [ ] I've read the [Contribution Guidelines](https://github.com/apple/swift-argument-parser/blob/main/CONTRIBUTING.md)
3636
- [ ] I've updated the documentation if necessary

Sources/ArgumentParser/Parsable Properties/Errors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public struct ValidationError: Error, CustomStringConvertible {
4343

4444
/// An error type that only includes an exit code.
4545
///
46-
/// If you're printing custom errors messages yourself, you can throw this error
46+
/// If you're printing custom error messages yourself, you can throw this error
4747
/// to specify the exit code without adding any additional output to standard
4848
/// out or standard error.
4949
public struct ExitCode: Error, RawRepresentable, Hashable {

0 commit comments

Comments
 (0)