diff options
author | Burdette Lamar <[email protected]> | 2024-09-02 10:36:49 -0500 |
---|---|---|
committer | git <[email protected]> | 2024-09-02 15:36:53 +0000 |
commit | b539b43b2b25529e679401091836ac7de4df3beb (patch) | |
tree | 6842bf44955cf4d8f12bdd3d43c3abdfbec17ea7 /doc/rdoc | |
parent | fe2db1bed9effe7ae18a39e3068ce7d957cc894c (diff) |
[ruby/rdoc] [DOC] Fix links (https://github.com/ruby/rdoc/pull/1169)
https://github.com/ruby/rdoc/commit/a576ff890f
Diffstat (limited to 'doc/rdoc')
-rw-r--r-- | doc/rdoc/markup_reference.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb index d1901b86e2..bb2dc67eca 100644 --- a/doc/rdoc/markup_reference.rb +++ b/doc/rdoc/markup_reference.rb @@ -918,10 +918,6 @@ require 'rdoc' # # - Linked: <tt>https://github.com</tt> links to https://github.com. # -# [Protocol +www+] -# -# - Linked: <tt>www.yahoo.com</tt> links to www.yahoo.com. -# # [Protocol +ftp+] # # - Linked: <tt>ftp://nosuch.site</tt> links to ftp://nosuch.site. |