From cf6df1618f90139d1d4e82eca6a9191a4eecedbc Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Thu, 31 Aug 2023 14:16:27 +0100 Subject: [PATCH] [DOC] Link fixes --- lib/rdoc/comment.rb | 4 ++-- lib/rdoc/markdown.kpeg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/rdoc/comment.rb b/lib/rdoc/comment.rb index 63197492c4..696d011182 100644 --- a/lib/rdoc/comment.rb +++ b/lib/rdoc/comment.rb @@ -6,8 +6,8 @@ # Each comment may have a different markup format set by #format=. By default # 'rdoc' is used. The :markup: directive tells RDoc which format to use. # -# See RDoc::Markup@Other+directives for instructions on adding an alternate -# format. +# See RDoc::MarkupReference@Directive+for+Specifying+RDoc+Source+Format. + class RDoc::Comment diff --git a/lib/rdoc/markdown.kpeg b/lib/rdoc/markdown.kpeg index ba03000224..7a18d7867f 100644 --- a/lib/rdoc/markdown.kpeg +++ b/lib/rdoc/markdown.kpeg @@ -178,7 +178,7 @@ # [dingus]: http://daringfireball.net/projects/markdown/dingus # [GFM]: https://github.github.com/gfm/ # [pegmarkdown]: https://github.com/jgm/peg-markdown -# [PHPE]: http://michelf.com/projects/php-markdown/extra/#def-list +# [PHPE]: https://michelf.ca/projects/php-markdown/extra/#def-list # [syntax]: http://daringfireball.net/projects/markdown/syntax #-- # Last updated to jgm/peg-markdown commit 8f8fc22ef0