From 28402b6838ad019f55d2c8acbbe9f6b1213295b3 Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Sat, 14 Mar 2020 13:41:09 +1000 Subject: [PATCH] Fix link to Dhall Standards --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bc2447d..d83517f9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ to terminate". In terms of features, we have a language with: * An import mechanism to import expressions from foreign sources (local files or over HTTP) * A type system to type check all of the above -* [Standards](https://github.com/dhall-lang/dhall-lang/blob/master/standard/semantics.md) +* [Standards](https://github.com/dhall-lang/dhall-lang/tree/master/standard#semantics) to promote adoption in multiple languages. To give you an example of a Dhall expression, let's jump straight in and see an