Skip to content

Commit 9e81326

Browse files
authored
Merge pull request rails#50630 from skipkayhil/hm-doc-branch-renames
Fix links to master branches renamed to main [ci-skip]
2 parents 0ecbb16 + 580e1d6 commit 9e81326

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

actionpack/lib/action_dispatch/http/permissions_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def permissions_policy=(policy)
8585
}.freeze
8686

8787
# List of available permissions can be found at
88-
# https://github.com/w3c/webappsec-permissions-policy/blob/master/features.md#policy-controlled-features
88+
# https://github.com/w3c/webappsec-permissions-policy/blob/main/features.md#policy-controlled-features
8989
DIRECTIVES = {
9090
accelerometer: "accelerometer",
9191
ambient_light_sensor: "ambient-light-sensor",

guides/source/4_1_release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Spring is running:
6666
```
6767

6868
Have a look at the
69-
[Spring README](https://github.com/rails/spring/blob/master/README.md) to
69+
[Spring README](https://github.com/rails/spring/blob/main/README.md) to
7070
see all available features.
7171

7272
See the [Upgrading Ruby on Rails](upgrading_ruby_on_rails.html#spring)

guides/source/active_storage_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ google:
290290
gsa_email: "[email protected]"
291291
```
292292

293-
Add the [`google-cloud-storage`](https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-storage) gem to your `Gemfile`:
293+
Add the [`google-cloud-storage`](https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/main/google-cloud-storage) gem to your `Gemfile`:
294294

295295
```ruby
296296
gem "google-cloud-storage", "~> 1.11", require: false

guides/source/asset_pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ Making Your Library or Gem a Pre-Processor
10231023
10241024
Sprockets uses Processors, Transformers, Compressors, and Exporters to extend
10251025
Sprockets functionality. Have a look at
1026-
[Extending Sprockets](https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md)
1026+
[Extending Sprockets](https://github.com/rails/sprockets/blob/main/guides/extending_sprockets.md)
10271027
to learn more. Here we registered a preprocessor to add a comment to the end
10281028
of text/css (`.css`) files.
10291029

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ assert_select "ol" do
16931693
end
16941694
```
16951695

1696-
This assertion is quite powerful. For more advanced usage, refer to its [documentation](https://github.com/rails/rails-dom-testing/blob/master/lib/rails/dom/testing/assertions/selector_assertions.rb).
1696+
This assertion is quite powerful. For more advanced usage, refer to its [documentation](https://github.com/rails/rails-dom-testing/blob/main/lib/rails/dom/testing/assertions/selector_assertions.rb).
16971697

16981698
### Additional View-Based Assertions
16991699

0 commit comments

Comments
 (0)