Skip to content

Commit 67d98df

Browse files
committed
Merge branch 'stable'
2 parents c4b8ee6 + e47189c commit 67d98df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/build_command.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Default: Enabled (if building Haddock documnentation)
303303

304304
Unset the flag to disable building Haddock documentation for dependencies.
305305

306-
### `--[no-]haddock-for-haddock` flag
306+
### `--[no-]haddock-for-hackage` flag
307307

308308
:octicons-beaker-24: Experimental
309309

@@ -364,7 +364,7 @@ Default: Enabled
364364

365365
Unset the flag to disable building building hyperlinked source for Haddock.
366366

367-
If the [`--haddock-for-hackage`](#-no-haddock-for-haddock-flag) flag is passed,
367+
If the [`--haddock-for-hackage`](#-no-haddock-for-hackage-flag) flag is passed,
368368
this flag is ignored.
369369

370370
### `--[no-]haddock-benchmarks` flag
@@ -419,7 +419,7 @@ Default: Disabled
419419

420420
Set the flag to enable building Haddock documentation for internal modules.
421421

422-
If the [`--haddock-for-hackage`](#-no-haddock-for-haddock-flag) flag is passed,
422+
If the [`--haddock-for-hackage`](#-no-haddock-for-hackage-flag) flag is passed,
423423
this flag is ignored.
424424

425425
### `--[no-]haddock-tests` flag

doc/upload_command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ in a compressed archive ('tarball') in the `.tar.gz` format.
7373

7474
For further information about how to create such an archive file, see the
7575
documentation for the
76-
[`stack haddock --haddock-for-hackage`](build_command.md#-no-haddock-for-haddock-flag)
76+
[`stack haddock --haddock-for-hackage`](build_command.md#-no-haddock-for-hackage-flag)
7777
command.
7878

7979
If `ITEM` is a relative path to a package directory,

0 commit comments

Comments
 (0)