Skip to content

Commit 3cc9044

Browse files
authored
Update reference to master branch (apple#242)
1 parent cb1f045 commit 3cc9044

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ about: Something isn't working as expected
1616

1717
Replace this paragraph with a short description of the incorrect incorrect behavior. If this is a regression, please note the last version that the behavior was correct in addition to your current version.
1818

19-
**ArgumentParser version:** `0.1.0` or the `master` branch, for example.
19+
**ArgumentParser version:** `0.1.0` or the `main` branch, for example.
2020
**Swift version:** Paste the output of `swift --version` here.
2121

2222
### Checklist
23-
- [ ] If possible, I've reproduced the issue using the `master` branch of this package
23+
- [ ] If possible, I've reproduced the issue using the `main` branch of this package
2424
- [ ] I've searched for [existing GitHub issues](https://github.com/apple/swift-argument-parser/issues)
2525

2626
### Steps to Reproduce

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The 0.2.2 release includes contributions from [interstateone],
9494
The 0.2.1 release includes contributions from [natecook1000], [NicFontana],
9595
[schlagelk], [sharplet], and [Wevah]. Thank you!
9696

97-
[comp-guide]: https://github.com/apple/swift-argument-parser/blob/master/Documentation/07%20Completion%20Scripts.md
97+
[comp-guide]: https://github.com/apple/swift-argument-parser/blob/main/Documentation/07%20Completion%20Scripts.md
9898

9999
## [0.2.0] - 2020-06-23
100100

Documentation/03 Commands and Subcommands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ Last but not least, we kick off parsing and execution with a call to the static
175175
Math.main()
176176
```
177177

178-
That's it for this doubly-nested `math` command! This example is also provided as a part of the `swift-argument-parser` repository, so you can see it all together and experiment with it [here](https://github.com/apple/swift-argument-parser/blob/master/Examples/math/main.swift).
178+
That's it for this doubly-nested `math` command! This example is also provided as a part of the `swift-argument-parser` repository, so you can see it all together and experiment with it [here](https://github.com/apple/swift-argument-parser/blob/main/Examples/math/main.swift).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ OPTIONS:
6767
-h, --help Show help for this command.
6868
```
6969

70-
For more information and documentation about all supported options, see [the `Documentation` folder at the root of the repository](https://github.com/apple/swift-argument-parser/tree/master/Documentation).
70+
For more information and documentation about all supported options, see [the `Documentation` folder at the root of the repository](https://github.com/apple/swift-argument-parser/tree/main/Documentation).
7171

7272
## Examples
7373

0 commit comments

Comments
 (0)