From bb33b4bb8fe0d9ce52e6e2753a514700ce58f1bc Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 13 Apr 2023 21:21:22 +0300 Subject: [PATCH] Fix Rubygems link to README.md (#38459) --- site/content/docs/5.3/getting-started/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/getting-started/download.md b/site/content/docs/5.3/getting-started/download.md index f3965807a5..a1b8bfd9a7 100644 --- a/site/content/docs/5.3/getting-started/download.md +++ b/site/content/docs/5.3/getting-started/download.md @@ -96,7 +96,7 @@ Alternatively, if you're not using Bundler, you can install the gem by running t gem install bootstrap -v {{< param current_ruby_version >}} ``` -[See the gem's README](https://github.com/twbs/bootstrap-rubygem/blob/master/README.md) for further details. +[See the gem's README](https://github.com/twbs/bootstrap-rubygem/blob/main/README.md) for further details. ### Composer -- 2.39.5