From e8f8e63f0aa980d90ee3135376035e3cf006a419 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 12 Nov 2020 21:05:59 +0900 Subject: Backport cosmetic changes from upstream repo that is ruby/rdoc --- lib/rdoc/markdown.rb | 2 +- lib/rdoc/rd/block_parser.rb | 2 +- lib/rdoc/rd/inline_parser.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/rdoc/markdown.rb b/lib/rdoc/markdown.rb index 43c70c8de6..903e744105 100644 --- a/lib/rdoc/markdown.rb +++ b/lib/rdoc/markdown.rb @@ -173,7 +173,7 @@ # 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 be0b786bfc..cf30043593 100644 --- a/lib/rdoc/rd/block_parser.rb +++ b/lib/rdoc/rd/block_parser.rb @@ -1,7 +1,7 @@ # 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 a64102cac7..007327bf0e 100644 --- a/lib/rdoc/rd/inline_parser.rb +++ b/lib/rdoc/rd/inline_parser.rb @@ -1,7 +1,7 @@ # 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 v1.2.3