Skip to content

Commit 4df26a4

Browse files
committed
[DOC] Fix links to tasks toc
1 parent 10be7af commit 4df26a4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/rexml/document.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ module REXML
2828
# If you're somewhat familiar with XML
2929
# and have a particular task in mind,
3030
# you may want to see the
31-
# {tasks pages}[../doc/rexml/tasks/rdoc/master_toc_rdoc.html],
31+
# {tasks pages}[../doc/rexml/tasks/rdoc/toc_rdoc.html],
3232
# and in particular, the
33-
# {tasks for documents}[../doc/rexml/tasks/rdoc/master_toc_rdoc.html#label-Document].
33+
# {tasks for documents}[../doc/rexml/tasks/rdoc/toc_rdoc.html#label-Document].
3434
#
3535
class Document < Element
3636
# A convenient default XML declaration. Use:

lib/rexml/element.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ module REXML
2424
# If you're somewhat familiar with XML
2525
# and have a particular task in mind,
2626
# you may want to see the
27-
# {tasks pages}[../doc/rexml/tasks/rdoc/master_toc_rdoc.html],
27+
# {tasks pages}[../doc/rexml/tasks/rdoc/toc_rdoc.html],
2828
# and in particular, the
29-
# {tasks for elements}[../doc/rexml/tasks/rdoc/master_toc_rdoc.html#label-Element].
29+
# {tasks for elements}[../doc/rexml/tasks/rdoc/toc_rdoc.html#label-Element].
3030
#
3131
# === Name
3232
#

lib/rexml/rexml.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# If you're somewhat familiar with XML
2020
# and have a particular task in mind,
21-
# you may want to see {the tasks pages}[doc/rexml/tasks/tocs/master_toc_rdoc.html].
21+
# you may want to see {the tasks pages}[doc/rexml/tasks/rdoc/toc_rdoc.html].
2222
#
2323
# == API
2424
#

0 commit comments

Comments
 (0)