File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 391
391
#
392
392
# * The \ must be doubled if not followed by white space: \\.
393
393
# * But not in \<tt> tags: in a Regexp, <tt>\S</tt> matches non-space.
394
- # * This is a link to {ruby-lang}[www.ruby-lang.org].
395
- # * This is not a link, however: \{ruby-lang.org}[www.ruby-lang.org].
394
+ # * This is a link to {ruby-lang}[https:// www.ruby-lang.org].
395
+ # * This is not a link, however: \{ruby-lang.org}[https:// www.ruby-lang.org].
396
396
# * This will not be linked to \RDoc::RDoc#document
397
397
#
398
398
# generates:
399
399
#
400
400
# * The \ must be doubled if not followed by white space: \\.
401
401
# * But not in \<tt> tags: in a Regexp, <tt>\S</tt> matches non-space.
402
- # * This is a link to {ruby-lang}[www.ruby-lang.org]
403
- # * This is not a link, however: \{ruby-lang.org}[www.ruby-lang.org]
402
+ # * This is a link to {ruby-lang}[https:// www.ruby-lang.org]
403
+ # * This is not a link, however: \{ruby-lang.org}[https:// www.ruby-lang.org]
404
404
# * This will not be linked to \RDoc::RDoc#document
405
405
#
406
406
# Inside \<tt> tags, more precisely, leading backslashes are removed only if
You can’t perform that action at this time.
0 commit comments