From bbe641f80bdd39eb0e276982cb462b886993ff5e Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Fri, 3 Jan 2020 17:22:34 +0000 Subject: [PATCH] Update the docker-haskell github URL The current one 404s. See https://github.com/haskell/docker-haskell/issues/5 --- haskell/content.md | 2 +- haskell/github-repo | 2 +- haskell/license.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/haskell/content.md b/haskell/content.md index 4c4165f3f..c600a4fe6 100644 --- a/haskell/content.md +++ b/haskell/content.md @@ -66,7 +66,7 @@ CMD ["snap-example"] ### Examples -See the application snippet above in more detail in the [example snap application](https://github.com/freebroccolo/docker-haskell/tree/master/examples/7.10/snap). +See the application snippet above in more detail in the [example snap application](https://github.com/haskell/docker-haskell/tree/master/examples/7.10/snap). ### Considerations for `happy`, `alex`, etc diff --git a/haskell/github-repo b/haskell/github-repo index 783b86139..2794e550c 100644 --- a/haskell/github-repo +++ b/haskell/github-repo @@ -1 +1 @@ -https://github.com/freebroccolo/docker-haskell +https://github.com/haskell/docker-haskell diff --git a/haskell/license.md b/haskell/license.md index f6cdc3669..133f81b92 100644 --- a/haskell/license.md +++ b/haskell/license.md @@ -1 +1 @@ -This image is licensed under the MIT License ([LICENSE](https://github.com/freebroccolo/docker-haskell/blob/master/LICENSE)) and includes software licensed under BSD licenses: [Glasgow Haskell Compiler License](https://www.haskell.org/ghc/license), [Stack License](https://github.com/commercialhaskell/stack/blob/master/LICENSE). +This image is licensed under the MIT License ([LICENSE](https://github.com/haskell/docker-haskell/blob/master/LICENSE)) and includes software licensed under BSD licenses: [Glasgow Haskell Compiler License](https://www.haskell.org/ghc/license), [Stack License](https://github.com/commercialhaskell/stack/blob/master/LICENSE).