summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2023-08-31 14:16:27 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-03 16:31:34 +0900
commitb4ab013b275dcd671ce2d449ab2b5118384cbbc6 (patch)
tree872edbf1ef775fff1ec4eb027810b04c27a75821
parent25b536cc2f6f630d6b58949342bbedb903936465 (diff)
[DOC] Link fixes
-rw-r--r--lib/rdoc/comment.rb4
-rw-r--r--lib/rdoc/markdown.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/rdoc/comment.rb b/lib/rdoc/comment.rb
index fecdcac782..04ec226436 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 a0709b6352..157f2fa3fe 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