Skip to content

Commit cd3b7eb

Browse files
committed
docs: fix anchor in link
1 parent e336406 commit cd3b7eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/example.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you are writing your docs in CommonMark, you'll want to read link:/doc/exampl
66

77
Test-doc-blocks will find Clojure source code blocks in your `.adoc` files and generate tests for them.
88

9-
You tell test-doc-blocks which files to scan on the link:/doc/01-user-guide.adoc#command-line[command line].
9+
You tell test-doc-blocks which files to scan on the link:/doc/01-user-guide.adoc#command-line-options[command line].
1010

1111
== The Basics
1212
Test-doc-blocks generates a test for each Clojure code block.

doc/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you are writing your docs in AsciiDoc, you'll want to read [AsciiDoc test-doc
66

77
Test-doc-blocks will find Clojure source code blocks in your docstrings and `.md` files and generate tests for them.
88

9-
You tell test-doc-blocks which files to scan on the [command line](/doc/01-user-guide.adoc#command-line).
9+
You tell test-doc-blocks which files to scan on the [command line](/doc/01-user-guide.adoc#command-line-options).
1010

1111
The Basics
1212
--

0 commit comments

Comments
 (0)