File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ assignees: ''
9
9
10
10
Please read [ our crate policy] [ policy ] . Any issue opened for a new or updated crate version will be closed with a reference to the same policy.
11
11
12
- [ policy ] : https://github.com/integer32llc /rust-playground/blob/master/CRATE_POLICY.md
12
+ [ policy ] : https://github.com/rust-lang /rust-playground/blob/master/CRATE_POLICY.md
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: Validate everything
7
7
types :
8
8
- labeled
9
9
branches :
10
- - master
10
+ - main
11
11
env :
12
12
DOCKER_HUB_USERNAME : shepmaster
13
13
GH_CONTAINER_REGISTRY_USERNAME : shepmaster
@@ -337,7 +337,7 @@ jobs:
337
337
runs-on : ubuntu-latest
338
338
needs :
339
339
- run_integration_tests
340
- if : github.event_name == 'push' && github.event.ref == 'refs/heads/master '
340
+ if : github.event_name == 'push' && github.event.ref == 'refs/heads/main '
341
341
permissions :
342
342
contents : read
343
343
id-token : write
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ majority of implementation work.
42
42
43
43
[ all time downloads ] : https://crates.io/crates?sort=downloads
44
44
[ Rust cookbook ] : https://rust-lang-nursery.github.io/rust-cookbook/
45
- [ alternate algorithms ] : https://github.com/integer32llc /rust-playground/issues/101
45
+ [ alternate algorithms ] : https://github.com/rust-lang /rust-playground/issues/101
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ workflows:
221
221
pull_request_target :
222
222
types : [labeled]
223
223
branches :
224
- - master
224
+ - main
225
225
226
226
<< : *global_env
227
227
@@ -462,7 +462,7 @@ workflows:
462
462
runs-on : ubuntu-latest
463
463
needs :
464
464
- run_integration_tests
465
- if : github.event_name == 'push' && github.event.ref == 'refs/heads/master '
465
+ if : github.event_name == 'push' && github.event.ref == 'refs/heads/main '
466
466
permissions :
467
467
contents : read
468
468
id-token : write
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Reboot the instance at this point.
56
56
57
57
#### Get the code
58
58
```
59
- git clone https://github.com/integer32llc /rust-playground.git
59
+ git clone https://github.com/rust-lang /rust-playground.git
60
60
cd rust-playground
61
61
```
62
62
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
6
6
7
7
description = " Calculates what crates should be included in the playground"
8
8
license = " MIT OR Apache-2.0"
9
- repository = " https://github.com/integer32llc /rust-playground"
9
+ repository = " https://github.com/rust-lang /rust-playground"
10
10
11
11
[dependencies ]
12
12
cargo = " 0.68.0"
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ mkdir tmp
42
42
TMPDIR=$PWD/tmp cargo run
43
43
```
44
44
45
- (Note: This was reported at [ #480 ] ( https://github.com/integer32llc /rust-playground/issues/480 ) )
45
+ (Note: This was reported at [ #480 ] ( https://github.com/rust-lang /rust-playground/issues/480 ) )
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ const CLIPPY_URL = 'https://github.com/Manishearth/rust-clippy';
13
13
const MIRI_URL = 'https://github.com/rust-lang/miri' ;
14
14
const CRATES_IO_URL = 'https://crates.io/' ;
15
15
const RUST_COOKBOOK_URL = 'https://rust-lang-nursery.github.io/rust-cookbook/' ;
16
- const CRATES_URL = 'https://github.com/integer32llc /rust-playground/blob/master /compiler/base/Cargo.toml' ;
16
+ const CRATES_URL = 'https://github.com/rust-lang /rust-playground/blob/main /compiler/base/Cargo.toml' ;
17
17
const GIST_URL = 'https://gist.github.com/' ;
18
18
const I32_URL = 'http://integer32.com/' ;
19
19
const LOCALSTORAGE_URL = 'https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API' ;
20
20
const ORIGINAL_PLAYGROUND_URL = 'https://github.com/rust-lang/rust-playpen' ;
21
- const REPO_URL = 'https://github.com/integer32llc /rust-playground' ;
21
+ const REPO_URL = 'https://github.com/rust-lang /rust-playground' ;
22
22
const RUSTFMT_URL = 'https://github.com/rust-lang-nursery/rustfmt' ;
23
23
const SHEPMASTER_URL = 'https://github.com/shepmaster/' ;
24
24
You can’t perform that action at this time.
0 commit comments