From 0c75ba36da5201b0562b066815da90478384d5fe Mon Sep 17 00:00:00 2001 From: Janusz Dziurzynski Date: Thu, 4 Mar 2021 08:15:35 -0500 Subject: [PATCH] Update links referring to master branch in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fc8047da..27b92c45 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ at the Singapore Haskell meetup: http://typeful.net/talks/hpack ## Examples - * Given this [package.yaml](https://github.com/sol/hpack/blob/master/package.yaml) running `hpack` will generate [hpack.cabal](https://github.com/sol/hpack/blob/master/hpack.cabal) - * Given this [package.yaml](https://github.com/zalora/getopt-generics/blob/master/package.yaml) running `hpack` will generate [getopt-generics.cabal](https://github.com/zalora/getopt-generics/blob/master/getopt-generics.cabal) - * Given this [package.yaml](https://github.com/hspec/sensei/blob/master/package.yaml) running `hpack` will generate [sensei.cabal](https://github.com/hspec/sensei/blob/master/sensei.cabal) - * Given this [package.yaml](https://github.com/haskell-compat/base-orphans/blob/master/package.yaml) running `hpack` will generate [base-orphans.cabal](https://github.com/haskell-compat/base-orphans/blob/master/base-orphans.cabal) + * Given this [package.yaml](https://github.com/sol/hpack/blob/main/package.yaml) running `hpack` will generate [hpack.cabal](https://github.com/sol/hpack/blob/main/hpack.cabal) + * Given this [package.yaml](https://github.com/zalora/getopt-generics/blob/main/package.yaml) running `hpack` will generate [getopt-generics.cabal](https://github.com/zalora/getopt-generics/blob/main/getopt-generics.cabal) + * Given this [package.yaml](https://github.com/hspec/sensei/blob/main/package.yaml) running `hpack` will generate [sensei.cabal](https://github.com/hspec/sensei/blob/main/sensei.cabal) + * Given this [package.yaml](https://github.com/haskell-compat/base-orphans/blob/main/package.yaml) running `hpack` will generate [base-orphans.cabal](https://github.com/haskell-compat/base-orphans/blob/main/base-orphans.cabal) ## Documentation @@ -662,7 +662,7 @@ steps are required. You can get binaries for use on Travis CI with: ``` -curl -sSL https://github.com/sol/hpack/raw/master/get-hpack.sh | bash +curl -sSL https://github.com/sol/hpack/raw/main/get-hpack.sh | bash ``` (both Linux and OS X are supported)