diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-11-12 21:05:59 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-11-12 21:05:59 +0900 |
commit | e8f8e63f0aa980d90ee3135376035e3cf006a419 (patch) | |
tree | 4e41c6bfe8c320e4b09fc6ef88f4689e7dc0f472 /lib/rdoc/markdown.rb | |
parent | ffc8cf12e203275a34a710f392e99cb0d2001a2f (diff) |
Backport cosmetic changes from upstream repo that is ruby/rdoc
Diffstat (limited to 'lib/rdoc/markdown.rb')
-rw-r--r-- | lib/rdoc/markdown.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |