Skip to content

Commit e7a4662

Browse files
Update legacy wiki URLs to the new website (#2624)
This is a follow-up for dhall-lang/dhall-lang#827
1 parent ba62f0d commit e7a4662

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dhall/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ error-prone and difficult to maintain/migrate.
2626
This post explains in more detail the motivation behind programmable
2727
configuration files:
2828

29-
* [Programmable configuration files](https://github.com/dhall-lang/dhall-lang/wiki/Programmable-configuration-files)
29+
* [Programmable configuration files](https://docs.dhall-lang.org/discussions/Programmable-configuration-files.html)
3030

3131
*"Why not configure my program using Haskell code?"*
3232

dhall/src/Dhall/Tutorial.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@ import Dhall
18571857
-- You can find an up-to-date list of available built-in functions and operators
18581858
-- here:
18591859
--
1860-
-- <https://github.com/dhall-lang/dhall-lang/wiki/Built-in-types%2C-functions%2C-and-operators Built-in types, functions, and operators>
1860+
-- <https://docs.dhall-lang.org/references/Built-in-types.html>
18611861

18621862
-- $caveats
18631863
--
@@ -2316,4 +2316,4 @@ import Dhall
23162316

23172317
-- $faq
23182318
--
2319-
-- <https://github.com/dhall-lang/dhall-lang/wiki/Frequently-Asked-Questions-(FAQ) Frequently Asked Questions (FAQ)>
2319+
-- <https://docs.dhall-lang.org/howtos/FAQ.html>

0 commit comments

Comments
 (0)