Skip to content

Commit 27bfc05

Browse files
committed
Fix links to Cabal User Guide
1 parent daa6489 commit 27bfc05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
is as follows:
413413

414414
* In the Cabal file, the following
415-
[`ld-options`](https://cabal.readthedocs.io/en/stable/cabal-package.html#pkg-field-ld-options)
415+
[`ld-options`](https://cabal.readthedocs.io/en/stable/cabal-package-description-file.html#pkg-field-ld-options)
416416
are set: `-static` and `-pthread`.
417417

418418
* The Stack command is run in a Docker container based on Alpine Linux. The

doc/tutorial/hello_world_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ functionality to create a Cabal file.
387387
those components depend.
388388

389389
The
390-
[Cabal User Guide](https://cabal.readthedocs.io/en/stable/cabal-package.html)
390+
[Cabal User Guide](https://cabal.readthedocs.io/en/stable/cabal-package-description-file.html)
391391
is the definitive reference for the Cabal package description format.
392392

393393
The [Hpack](https://github.com/sol/hpack#quick-reference) documentation

0 commit comments

Comments
 (0)