Fix docs.github.com URLs to avoid 301 redirects · ruby/setup-ruby@f02c009 (original) (raw)

`@@ -133,8 +133,8 @@ jobs:

`

133

133

```` ```

````

134

134

``

135

135

`See the GitHub Actions documentation for more details about the

`

136

``

`-

workflow syntax

`

137

``

`-

and the condition and expression syntax.

`

``

136

`+

workflow syntax

`

``

137

`+

and the condition and expression syntax.

`

138

138

``

139

139

`### Supported Version Syntax

`

140

140

``

`@@ -252,7 +252,7 @@ Note that running CI on Windows can be quite challenging if you are not very fam

`

252

252

`It is recommended to first get your build working on Ubuntu and macOS before trying Windows.

`

253

253

``

254

254

`` * Use Bundler 2.2.18+ on Windows (older versions have bugs) by not setting the bundler: input and ensuring there is no BUNDLED WITH 1.x.y in a checked-in Gemfile.lock.

``

255

``

`-

`

``

255

`+

`

256

256

`This can lead issues such as multi-line scripts not working as expected.

`

257

257

`` * The PATH contains multiple compiler toolchains. Use where.exe to debug which tool is used.

``

258

258

`` * For Ruby ≥ 2.4, MSYS2 is prepended to the Path, similar to what RubyInstaller2 does.

``