From 821d74545ddbc7d3a5278fe2a9b8990c0981124d Mon Sep 17 00:00:00 2001 From: Eric Joldasov Date: Thu, 1 Aug 2024 00:07:27 +0500 Subject: [PATCH] dev-zig/zls: update link to configuration options in tip for 9999 Signed-off-by: Eric Joldasov --- dev-zig/zls/zls-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-zig/zls/zls-9999.ebuild b/dev-zig/zls/zls-9999.ebuild index ef9785f27b..d5b61e56a5 100644 --- a/dev-zig/zls/zls-9999.ebuild +++ b/dev-zig/zls/zls-9999.ebuild @@ -125,5 +125,5 @@ src_install() { } pkg_postinst() { - elog "You can find more information about options here https://github.com/zigtools/zls#configuration-options" + elog "You can find more information about options here: https://github.com/zigtools/zls/wiki/Configuration" }