Merge pull request #1632 from WillSewell/update-haskell-github-url
Update the docker-haskell github URL
This commit is contained in:
commit
52d592013c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
https://github.com/freebroccolo/docker-haskell
|
||||
https://github.com/haskell/docker-haskell
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue