Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update legacy wiki URLs to the new website #2624

Merged
merged 1 commit into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dhall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?"*

Expand Down
4 changes: 2 additions & 2 deletions dhall/src/Dhall/Tutorial.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ import Dhall
-- You can find an up-to-date list of available built-in functions and operators
-- here:
--
-- <https://github.com/dhall-lang/dhall-lang/wiki/Built-in-types%2C-functions%2C-and-operators Built-in types, functions, and operators>
-- <https://docs.dhall-lang.org/references/Built-in-types.html>

-- $caveats
--
Expand Down Expand Up @@ -2316,4 +2316,4 @@ import Dhall

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