diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-01-31 01:49:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 01:49:53 +0530 |
commit | c25ff35503aac6377f5c574596b30df7cfc01b7e (patch) | |
tree | 89957b95682f478801142c7a438eea0103f9583f | |
parent | 5a3a2da7e012a9771d820f393fa6f2d1d9372076 (diff) | |
parent | fc26d05306c944efbb5280433b2e42e3dd3c9cb0 (diff) |
Merge pull request #3795 from sshine/patch-1
[standard-ml/en] Fix broken author homepage links, add Exercism.io link
-rw-r--r-- | standard-ml.html.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/standard-ml.html.markdown b/standard-ml.html.markdown index 0ba42f39..9d6b104d 100644 --- a/standard-ml.html.markdown +++ b/standard-ml.html.markdown @@ -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/"] @@ -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). |