Skip to content

Commit 064ce83

Browse files
committed
Upgrade ancient links to ruby core libs docs
1 parent 5ee4ab9 commit 064ce83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/lib/helpers/link_helpers.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def slim_link
8787
end
8888

8989
def erb_link
90-
'https://ruby-doc.org/stdlib-2.6.4/libdoc/erb/rdoc/ERB.html'
90+
'https://docs.ruby-lang.org/en/master/ERB.html'
9191
end
9292

9393
def haml_link
@@ -103,7 +103,7 @@ def rails_localisation_link
103103
end
104104

105105
def ruby_proc_link
106-
'https://ruby-doc.org/core-2.6.5/Proc.html'
106+
'https://docs.ruby-lang.org/en/master/Proc.html'
107107
end
108108

109109
def project_new_issue_link

0 commit comments

Comments
 (0)