Skip to content

Commit b104f18

Browse files
committed
Merge remote-tracking branch 'origin/stable'
2 parents aa063a5 + b31c8b5 commit b104f18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ modified version of a dependency that hasn't yet been released upstream.
14251425

14261426
Please note that when adding upstream packages directly to your project it is
14271427
important to distinguish _local packages_ from the upstream _dependency
1428-
packages_. Otherwise you may have trouble running `stack GHCi`. See
1428+
packages_. Otherwise you may have trouble running `stack ghci`. See
14291429
[stack.yaml documentation](yaml_configuration.md#packages) for more details.
14301430

14311431
## Flags and GHC options

doc/install_and_upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Run:
8282

8383
### Using Homebrew
8484

85-
If you have a popular [brew](http://brew.sh/) tool installed, you can just do:
85+
If you have the popular [brew](https://brew.sh/) tool installed, you can just do:
8686

8787
brew install haskell-stack
8888

@@ -91,7 +91,7 @@ but tend to be updated within a day or two.
9191
* Normally, Homebrew will install from a pre-built binary (aka "pour from a
9292
bottle"), but if `brew` starts trying to build everything from source (which
9393
will take hours), see
94-
[their FAQ on the topic](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#why-do-you-compile-everything).
94+
[their FAQ on the topic](https://github.com/Homebrew/brew/blob/master/docs/FAQ.md#why-do-you-compile-everything).
9595

9696
### Notes
9797

0 commit comments

Comments
 (0)