Skip to content

Commit f02c009

Browse files
fkmyeregon
authored andcommitted
Fix docs.github.com URLs to avoid 301 redirects
1 parent 98bfeb1 commit f02c009

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ jobs:
133133
```
134134

135135
See the GitHub Actions documentation for more details about the
136-
[workflow syntax](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions)
137-
and the [condition and expression syntax](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions).
136+
[workflow syntax](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax)
137+
and the [condition and expression syntax](https://docs.github.com/en/actions/reference/workflows-and-actions/contexts).
138138

139139
### Supported Version Syntax
140140

@@ -252,7 +252,7 @@ Note that running CI on Windows can be quite challenging if you are not very fam
252252
It is recommended to first get your build working on Ubuntu and macOS before trying Windows.
253253

254254
* Use Bundler 2.2.18+ on Windows (older versions have [bugs](https://github.com/ruby/setup-ruby/issues/209#issuecomment-889064123)) by not setting the `bundler:` input and ensuring there is no `BUNDLED WITH 1.x.y` in a checked-in `Gemfile.lock`.
255-
* The default shell on Windows is not Bash but [PowerShell](https://docs.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#using-a-specific-shell).
255+
* The default shell on Windows is not Bash but [PowerShell](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#using-a-specific-shell).
256256
This can lead issues such as multi-line scripts [not working as expected](https://github.com/ruby/setup-ruby/issues/13).
257257
* The `PATH` contains [multiple compiler toolchains](https://github.com/ruby/setup-ruby/issues/19). Use `where.exe` to debug which tool is used.
258258
* For Ruby ≥ 2.4, MSYS2 is prepended to the `Path`, similar to what RubyInstaller2 does.

0 commit comments

Comments
 (0)