From 5008cf0bfc82262ac18130baaba80ec8427e53ed Mon Sep 17 00:00:00 2001 From: kukimik <53443372+kukimik@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:28:16 +0200 Subject: [PATCH] Fix links to issue tracker in manuals --- dhall-docs/src/Dhall/data/man/dhall-docs.1 | 2 +- dhall-docs/src/Dhall/data/man/dhall-docs.md | 2 +- dhall/man/dhall.1 | 2 +- dhall/man/dhall.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dhall-docs/src/Dhall/data/man/dhall-docs.1 b/dhall-docs/src/Dhall/data/man/dhall-docs.1 index 0bfa6571a..e3baaf5e3 100644 --- a/dhall-docs/src/Dhall/data/man/dhall-docs.1 +++ b/dhall-docs/src/Dhall/data/man/dhall-docs.1 @@ -33,4 +33,4 @@ Format rendered code using ASCII syntax .SH BUGS .PP Please report any bugs you may come across to -https://github.com/dhall-language/dhall-haskell/issues. +https://github.com/dhall-lang/dhall-haskell/issues. diff --git a/dhall-docs/src/Dhall/data/man/dhall-docs.md b/dhall-docs/src/Dhall/data/man/dhall-docs.md index 6753e4a1e..c1f5645a4 100644 --- a/dhall-docs/src/Dhall/data/man/dhall-docs.md +++ b/dhall-docs/src/Dhall/data/man/dhall-docs.md @@ -35,4 +35,4 @@ dhall-docs - Dhall documentation tool # BUGS Please report any bugs you may come across to -https://github.com/dhall-language/dhall-haskell/issues. +https://github.com/dhall-lang/dhall-haskell/issues. diff --git a/dhall/man/dhall.1 b/dhall/man/dhall.1 index 5e51eb805..af89396f1 100644 --- a/dhall/man/dhall.1 +++ b/dhall/man/dhall.1 @@ -97,4 +97,4 @@ https://docs.dhall-lang.org/howtos/Text-Editor-Configuration.html .SH BUGS .PP Please report any bugs you may come across to -https://github.com/dhall-language/dhall-haskell/issues. +https://github.com/dhall-lang/dhall-haskell/issues. diff --git a/dhall/man/dhall.md b/dhall/man/dhall.md index d66668ae2..0213c33b2 100644 --- a/dhall/man/dhall.md +++ b/dhall/man/dhall.md @@ -100,4 +100,4 @@ https://docs.dhall-lang.org/howtos/Text-Editor-Configuration.html # BUGS Please report any bugs you may come across to -https://github.com/dhall-language/dhall-haskell/issues. +https://github.com/dhall-lang/dhall-haskell/issues.