Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Remove dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed May 11, 2016
1 parent 270539a commit 1eda9d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions static/js/tryhaskell.pages.js
Expand Up @@ -38,11 +38,6 @@ tryhaskell.pages.list =
'"hello"</code> or <code title="Click me to insert &quot;foldr (:) [] [1,2,3]&quot; into the console." style="cursor: pointer;">foldr (:) [] [1,2,3]</code> or <code title="Click me to insert." style="cursor: pointer;">do line <- getLine; putStrLn line</code> or <code>readFile "/welcome"</code>' +
'</p>' +
'<p><a href="https://hackage.haskell.org/package/pure-io-0.2.0/docs/PureIO.html#g:2">These</a> IO actions are supported in this app.</p>' +
'<p><strong>Other cool learning places</strong></pa>' +
'<p class="clearfix">' +
'You can also run real Haskell code—file I/O, ' +
'web apps, and lots more in <a href="https://www.fpcomplete.com/page/project-build">an online IDE</a>. See also the <a href="https://www.fpcomplete.com/school">school of Haskell</a> for practical tutorials.' +
'</p>' +
'</div>' +
'</div>'
},
Expand Down

0 comments on commit 1eda9d9

Please sign in to comment.