diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-04 04:06:33 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-04 04:06:33 -0700 |
commit | f8475ed139b68a258fcf7093d0b54d83b5a2963d (patch) | |
tree | bc341293cc011e86bfa6c002ead3b6d05549033d /mercury.html.markdown | |
parent | 01bbd084f1908a6815d53a1bd42b02c042e44bdb (diff) |
Github -> GitHub
Diffstat (limited to 'mercury.html.markdown')
-rw-r--r-- | mercury.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mercury.html.markdown b/mercury.html.markdown index f749bac4..6d278ce0 100644 --- a/mercury.html.markdown +++ b/mercury.html.markdown @@ -254,7 +254,7 @@ received(crypto(Type, _Wallet, Amount)) = S :- % _Wallet is named throwaway * [Mercury Tutorial](https://mercurylang.org/documentation/papers/book.pdf) (pdf link) - a more traditional tutorial with a more relaxed pace * [Mercury Crash Course](https://mercury-in.space/crash.html) - a dense example-driven tutorial with Q&A format -* [Github Wiki Tutorial](https://github.com/Mercury-Language/mercury/wiki/Tutorial) +* [GitHub Wiki Tutorial](https://github.com/Mercury-Language/mercury/wiki/Tutorial) * [Getting Started with Mercury](https://bluishcoder.co.nz/2019/06/23/getting-started-with-mercury.html) - installation and your first steps ### Documentation |