Skip to content

Commit b3217b9

Browse files
committed
1 parent fda20e1 commit b3217b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ measure first.
2828
## Contributing
2929

3030
This repo is a reexport of
31-
[`rustdoc-json-types`](https://github.com/rust-lang/rust/blob/master/src/rustdoc-json-types/lib.rs)
31+
[`rustdoc-json-types`](https://github.com/rust-lang/rust/blob/main/src/rustdoc-json-types/lib.rs)
3232
from the rust repo. Any change to the contents of [`src/`](src/), should be sent
3333
to [`rust-lang/rust`](https://github.com/rust-lang/rust/), via their [normal
3434
contribution

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pyjq() {
66

77
case "$#" in
88
0)
9-
ref="master"
9+
ref="main"
1010
;;
1111
1)
1212
ref="$1"

0 commit comments

Comments
 (0)