Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit b597345

Browse files
committed
Fix links
1 parent f208abe commit b597345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/issues/91.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Open an issue or pull request [on GitHub](https://github.com/haskellweekly/haske
3333

3434
> Last week I gave a talk at Off the Beaten Track 2018 about something that Richard Eisenberg, Harley Eades and I have been thinking about recently: namely, how to generate good interactive error explanations for programmers, especially for type errors.
3535
36-
- [`LambdaCase` in the wild](https://storm-country.com/blog/LambdaCase)
36+
- [`LambdaCase` in the wild](http://storm-country.com/blog/LambdaCase)
3737

3838
> Of all the many, many Haskell language extensions supported by GHC, `LambdaCase` is one of my favorites. It has essentially no downside, does not conflict with any existing code, and introduces a single, simple, useful new construct to the language.
3939

content/issues/92.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Open an issue or pull request [on GitHub](https://github.com/haskellweekly/haske
1717

1818
> In our previous post, we define a common problem around reproducible build plans. The solution we desired was some form of cryptographic hash based configuration and download system for packages, package metadata, and snapshot definitions.
1919
20-
- [Design patterns in Haskell: The strategy pattern](https://storm-country.com/blog/gof-strategy)
20+
- [Design patterns in Haskell: The strategy pattern](http://storm-country.com/blog/gof-strategy)
2121

2222
> This is part one of a series of posts translating the Gang of Four design patterns for object-oriented languages into Haskell. It is intended to be an expansion of Edward Z. Yang's Design Patterns in Haskell, elaborating each pattern into its own post.
2323

0 commit comments

Comments
 (0)