Skip to content

Commit

Permalink
Fix broken links in Standard ML LEARNING.md (#313)
Browse files Browse the repository at this point in the history
Programming in Standard ML '97: An On-line Tutorial has moved at some point - the link to skip ahead in it to "Simple applicative programming" was already updated at some point, but the other links were not.
  • Loading branch information
jesskay authored Aug 19, 2024
1 parent 3e90e2b commit 45e2761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ These resources can help you get started:

ML is probably not the best language for new programmers. You are probably better off starting with a language like
Ruby or Python, but if you are feeling particularly bold you might want to read [Programming in Standard ML '97:
An On-line Tutorial](https://www.cs.cmu.edu/~rwh/introsml/) I suggest skipping the introduction and jumping straight
An On-line Tutorial](https://homepages.inf.ed.ac.uk/stg/NOTES/) I suggest skipping the introduction and jumping straight
to [Simple applicative programming ](http://homepages.inf.ed.ac.uk/stg/NOTES/node13.html), because the introduction
is very technical.

Expand All @@ -19,7 +19,7 @@ The course is aimed at somewhat experienced programmers, but it's hard to find a

### I've heard of functional programming

A good read is [Programming in Standard ML '97: An On-line Tutorial](https://www.cs.cmu.edu/~rwh/introsml/).
A good read is [Programming in Standard ML '97: An On-line Tutorial](https://homepages.inf.ed.ac.uk/stg/NOTES/).

Another is [A Gentle Introduction to ML](https://www.cs.nmsu.edu/~rth/cs/cs471/sml.html).

Expand Down

0 comments on commit 45e2761

Please sign in to comment.