ruby-changes:63588
From: Hiroshi <ko1@a...>
Date: Thu, 12 Nov 2020 21:06:27 +0900 (JST)
Subject: [ruby-changes:63588] e8f8e63f0a (master): Backport cosmetic changes from upstream repo that is ruby/rdoc
https://git.ruby-lang.org/ruby.git/commit/?id=e8f8e63f0a From e8f8e63f0aa980d90ee3135376035e3cf006a419 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 12 Nov 2020 21:05:59 +0900 Subject: Backport cosmetic changes from upstream repo that is ruby/rdoc diff --git a/lib/rdoc/markdown.rb b/lib/rdoc/markdown.rb index 43c70c8..903e7441 100644 --- a/lib/rdoc/markdown.rb +++ b/lib/rdoc/markdown.rb @@ -173,7 +173,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/markdown.rb#L173 # The port to kpeg was performed by Eric Hodel and Evan Phoenix # # [dingus]: http://daringfireball.net/projects/markdown/dingus -# [GFM]: http://github.github.com/github-flavored-markdown/ +# [GFM]: https://github.github.com/gfm/ # [pegmarkdown]: https://github.com/jgm/peg-markdown # [PHPE]: http://michelf.com/projects/php-markdown/extra/#def-list # [syntax]: http://daringfireball.net/projects/markdown/syntax diff --git a/lib/rdoc/rd/block_parser.rb b/lib/rdoc/rd/block_parser.rb index be0b786..cf30043 100644 --- a/lib/rdoc/rd/block_parser.rb +++ b/lib/rdoc/rd/block_parser.rb @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rd/block_parser.rb#L1 # frozen_string_literal: true # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.4.16 +# This file is automatically generated by Racc 1.5.1 # from Racc grammar file "". # diff --git a/lib/rdoc/rd/inline_parser.rb b/lib/rdoc/rd/inline_parser.rb index a64102c..007327b 100644 --- a/lib/rdoc/rd/inline_parser.rb +++ b/lib/rdoc/rd/inline_parser.rb @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rd/inline_parser.rb#L1 # frozen_string_literal: true # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.4.16 +# This file is automatically generated by Racc 1.5.1 # from Racc grammar file "". # -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/