summaryrefslogtreecommitdiff
path: root/lib/syntax_suggest/pathname_from_message.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2022-09-27 12:44:30 +0900
committerHiroshi SHIBATA <[email protected]>2022-09-27 12:44:30 +0900
commit95d5b33ea0c99aae76ad148350cd353379a827c8 (patch)
treed0dcf03b1b69e65f8897f1f6aee012c8925b0782 /lib/syntax_suggest/pathname_from_message.rb
parent06abfa5be60e589052eb3bdfdae6c132bea3d20b (diff)
syntax_suggest moved under the ruby organization from zombocom
Diffstat (limited to 'lib/syntax_suggest/pathname_from_message.rb')
-rw-r--r--lib/syntax_suggest/pathname_from_message.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_suggest/pathname_from_message.rb b/lib/syntax_suggest/pathname_from_message.rb
index ea1a90856e..b6fe1617be 100644
--- a/lib/syntax_suggest/pathname_from_message.rb
+++ b/lib/syntax_suggest/pathname_from_message.rb
@@ -4,7 +4,7 @@ module SyntaxSuggest
# Converts a SyntaxError message to a path
#
# Handles the case where the filename has a colon in it
- # such as on a windows file system: https://github.com/zombocom/syntax_suggest/issues/111
+ # such as on a windows file system: https://github.com/ruby/syntax_suggest/issues/111
#
# Example:
#