Skip to content

Commit

Permalink
Merge pull request adambard#3795 from sshine/patch-1
Browse files Browse the repository at this point in the history
[standard-ml/en] Fix broken author homepage links, add Exercism.io link
  • Loading branch information
divayprakash authored Jan 30, 2020
2 parents 5a3a2da + fc26d05 commit c25ff35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions standard-ml.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
language: "Standard ML"
filename: standardml.sml
contributors:
- ["Simon Shine", "http://shine.eu.org/"]
- ["David Pedersen", "http://lonelyproton.com/"]
- ["Simon Shine", "https://simonshine.dk/"]
- ["David Pedersen", "https://github.com/davidpdrsn"]
- ["James Baker", "http://www.jbaker.io/"]
- ["Leo Zovic", "http://langnostic.inaimathi.ca/"]
- ["Chris Wilson", "http://sencjw.com/"]
Expand Down Expand Up @@ -479,3 +479,4 @@ fun decrement_ret x y = (x := !x - 1; y)
* Follow the Coursera course [Programming Languages](https://www.coursera.org/course/proglang).
* Read *[ML for the Working Programmer](https://www.cl.cam.ac.uk/~lp15/MLbook/pub-details.html)* by Larry C. Paulson.
* Use [StackOverflow's sml tag](http://stackoverflow.com/questions/tagged/sml).
* Solve exercises on [Exercism.io's Standard ML track](https://exercism.io/tracks/sml).

0 comments on commit c25ff35

Please sign in to comment.