From 1c8fc25b889b6f6b61d26669d4f7559a8b9884d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 16 Jan 2025 08:03:58 +0100 Subject: [PATCH] [rubygems/rubygems] Fix broken link in `bundle issue` output https://github.com/rubygems/rubygems/commit/0909f07f30 --- lib/bundler/cli/issue.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler/cli/issue.rb b/lib/bundler/cli/issue.rb index 5f2924c4bd..e16c9b0e39 100644 --- a/lib/bundler/cli/issue.rb +++ b/lib/bundler/cli/issue.rb @@ -10,7 +10,7 @@ module Bundler be sure to check out these resources: 1. Check out our troubleshooting guide for quick fixes to common issues: - https://github.com/rubygems/rubygems/blob/master/bundler/doc/TROUBLESHOOTING.md + https://github.com/rubygems/rubygems/blob/master/doc/bundler/TROUBLESHOOTING.md 2. Instructions for common Bundler uses can be found on the documentation site: https://bundler.io/