diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-05 09:18:10 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-05 09:18:10 +0000 |
commit | cdc527db342eda4c58b62c5dc2a14441a395df5d (patch) | |
tree | 237c953b345a00333d1600706a7f2484b4ad408c /test/rdoc/test_rdoc_markup_to_html_snippet.rb | |
parent | 0a0eb2807ed745e1cdf7f4698fe805b4aaaee2c6 (diff) | |
download | ruby-cdc527db342eda4c58b62c5dc2a14441a395df5d.tar.gz |
* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0
Release note: https://github.com/rdoc/rdoc/blob/b825775647f62c5b525e9780a28ff2fbb1d5bf6f/History.rdoc#500--2016-11-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rdoc/test_rdoc_markup_to_html_snippet.rb')
-rw-r--r-- | test/rdoc/test_rdoc_markup_to_html_snippet.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/rdoc/test_rdoc_markup_to_html_snippet.rb b/test/rdoc/test_rdoc_markup_to_html_snippet.rb index 11bcd526be..d180f551c9 100644 --- a/test/rdoc/test_rdoc_markup_to_html_snippet.rb +++ b/test/rdoc/test_rdoc_markup_to_html_snippet.rb @@ -495,7 +495,7 @@ be guessed, raises an error if +name+ couldn't be guessed. = \RDoc - Ruby Documentation System * {RDoc Project Page}[https://github.com/rdoc/rdoc/] -* {RDoc Documentation}[http://docs.seattlerb.org/rdoc] +* {RDoc Documentation}[https://rdoc.github.io/rdoc] * {RDoc Bug Tracker}[https://github.com/rdoc/rdoc/issues] == DESCRIPTION: @@ -709,4 +709,3 @@ This routine modifies its +comment+ parameter. end end - |