Skip to content

Commit 3c8092d

Browse files
author
Kevin Paulisse
committed
Update documentation links
1 parent d7f2661 commit 3c8092d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/optionsref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ on which this is running. (<a href="../lib/octocatalog-diff/cli/options/facts_te
436436
<td valign=top>
437437
Specify one or more filters to apply to the results of the catalog difference.
438438
For a list of available filters and further explanation, please refer to
439-
[Filtering results](/doc/advanced-filter.md). (<a href="../lib/octocatalog-diff/catalog-diff/cli/options/filters.rb">filters.rb</a>)
439+
<a href="advanced-filter.md">Filtering results</a>. (<a href="../lib/octocatalog-diff/cli/options/filters.rb">filters.rb</a>)
440440
</td>
441441
</tr>
442442

lib/octocatalog-diff/cli/options/filters.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Specify one or more filters to apply to the results of the catalog difference.
44
# For a list of available filters and further explanation, please refer to
5-
# [Filtering results](/doc/advanced-filter.md).
5+
# <a href="advanced-filter.md">Filtering results</a>.
66
# @param parser [OptionParser object] The OptionParser argument
77
# @param options [Hash] Options hash being constructed; this is modified in this method.
88
OctocatalogDiff::Cli::Options::Option.newoption(:filters) do

0 commit comments

Comments
 (0)