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

Commit 35cdc1f

Browse files
committed
Fix URL
1 parent 6401f28 commit 35cdc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/issues/97.markdown

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

2626
> I decided to make a text adventure from scratch for my second Haskell project. Text adventures, which are one kind of interactive fiction, are games which are played entirely on a command-line terminal and are require only standard I/O.
2727
28-
- [Deploying Haskell programs](http://fosskers.ca/blog/deploying-haskell-en.html)
28+
- [Deploying Haskell programs](https://www.fosskers.ca/blog/deploying-haskell-en.html)
2929

3030
> Heroku is the free and convenient solution for this. It is a hosting service that allows pushes to a Github master branch to trigger redeploys, and it also caches dependencies so that subsequent redeploys are fast.
3131

0 commit comments

Comments
 (0)