Skip to content

Commit a7a5b52

Browse files
authored
Merge pull request #454 from bangseongbeom/redirect-from-trailing-slashes
Add trailing slashes to `redirect_from` paths
2 parents dc6761c + 9c8bd7e commit a7a5b52

6 files changed

Lines changed: 10 additions & 10 deletions

dependency_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ url: /dependency_management
55
previous: /groups
66
next: /rubygems_tls_ssl_troubleshooting_guide
77
redirect_from:
8-
- /bundler_sharing
9-
- /rationale
8+
- /bundler_sharing/
9+
- /rationale/
1010
---
1111

1212
## How to manage dependencies with Bundler

faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Frequently Asked Questions
44
url: /faqs
55
previous: /contributing
66
next: /plugins
7-
redirect_from: /faq
7+
redirect_from: /faq/
88
---
99

1010
<em class="t-gray">More of the "why" and "wtf" than "how".</em>

gems-with-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Gems with Extensions
44
url: /gems-with-extensions
55
previous: /make-your-own-gem
66
next: /name-your-gem
7-
redirect_from: /c-extensions
7+
redirect_from: /c-extensions/
88
---
99

1010
<em class="t-gray">Creating a gem that includes an extension that is built at install time.</em>

make-your-own-gem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Make your own gem
44
url: /make-your-own-gem/
5-
redirect_from: /creating_gem
5+
redirect_from: /creating_gem/
66
previous: /what-is-a-gem/
77
next: /gems-with-extensions/
88
---

trusted-publishing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ url: /trusted-publishing
55
previous: /cve
66
next: /organizations
77
redirect_from:
8-
- /trusted-publishing/adding-a-publisher
9-
- /trusted-publishing/pushing-a-new-gem
10-
- /trusted-publishing/releasing-gems
8+
- /trusted-publishing/adding-a-publisher/
9+
- /trusted-publishing/pushing-a-new-gem/
10+
- /trusted-publishing/releasing-gems/
1111
---
1212

1313
With Trusted Publishing, releasing a new version of your gem is as simple as pushing a git tag to GitHub. There are no API tokens to create, rotate, or store as secrets — GitHub Actions securely authenticates with RubyGems.org on your behalf using short-lived tokens.

using-mfa-in-command-line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ url: /using-mfa-in-command-line
55
previous: /setting-up-otp-mfa
66
next: /mfa-requirement-opt-in
77
redirect_from:
8-
- /using-webauthn-mfa-in-command-line
9-
- /using-otp-mfa-in-command-line
8+
- /using-webauthn-mfa-in-command-line/
9+
- /using-otp-mfa-in-command-line/
1010
---
1111
<em class="t-gray">How to use multi-factor authentication with gem CLI.</em>
1212

0 commit comments

Comments
 (0)