diff --git a/dhall/README.md b/dhall/README.md index 1ce1edd25..cf0fa3092 100644 --- a/dhall/README.md +++ b/dhall/README.md @@ -26,7 +26,7 @@ error-prone and difficult to maintain/migrate. This post explains in more detail the motivation behind programmable configuration files: -* [Programmable configuration files](https://github.com/dhall-lang/dhall-lang/wiki/Programmable-configuration-files) +* [Programmable configuration files](https://docs.dhall-lang.org/discussions/Programmable-configuration-files.html) *"Why not configure my program using Haskell code?"* diff --git a/dhall/src/Dhall/Tutorial.hs b/dhall/src/Dhall/Tutorial.hs index ad7cc7ebe..2e325e586 100644 --- a/dhall/src/Dhall/Tutorial.hs +++ b/dhall/src/Dhall/Tutorial.hs @@ -1857,7 +1857,7 @@ import Dhall -- You can find an up-to-date list of available built-in functions and operators -- here: -- --- +-- -- $caveats -- @@ -2316,4 +2316,4 @@ import Dhall -- $faq -- --- +--