From b4ab013b275dcd671ce2d449ab2b5118384cbbc6 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.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/rdoc/comment.rb b/lib/rdoc/comment.rb index fecdcac7820b39..04ec226436571a 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.rb b/lib/rdoc/markdown.rb index a0709b635213a4..157f2fa3fe1add 100644 --- a/lib/rdoc/markdown.rb +++ b/lib/rdoc/markdown.rb @@ -175,7 +175,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