Skip to content

Commit 06684d9

Browse files
authored
Merge pull request #5576 from skforg/stable
Fix broken link to architecture
2 parents d24367d + a80474b commit 06684d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/yaml_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ user's local packages, these dependencies aren't built by default. They only get
4141
built when needed.
4242

4343
Shadowing semantics, described
44-
[here](http://docs.haskellstack.org/en/stable/architecture/#shadowing), are
44+
[here](https://docs.haskellstack.org/en/v1.5.1/architecture/#shadowing), are
4545
applied to your configuration. So, if you add a package to your `packages` list,
4646
it will be used even if you're using a snapshot that specifies a particular
4747
version. Similarly, `extra-deps` will shadow the version specified in the

0 commit comments

Comments
 (0)