From 8892518ede40fde003bc0784ad24c738f448abbf Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 17 Jul 2018 11:29:26 +0200 Subject: Update link to GTK::Simple repository --- _posts/2018-03-20-perl6-introduction-to-application-programming.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2018-03-20-perl6-introduction-to-application-programming.adoc') diff --git a/_posts/2018-03-20-perl6-introduction-to-application-programming.adoc b/_posts/2018-03-20-perl6-introduction-to-application-programming.adoc index 42261b2..63e0046 100644 --- a/_posts/2018-03-20-perl6-introduction-to-application-programming.adoc +++ b/_posts/2018-03-20-perl6-introduction-to-application-programming.adoc @@ -455,7 +455,7 @@ You now have a working console application in Perl 6! == Making a simple GUI But that's not all. Perl 6 has a module to create GUIs with the https://www.gtk.org/[GTK library] as well. For this, we'll use the -http://modules.perl6.org/dist/GTK::Simple:github:perl6[`GTK::Simple`] module. +https://github.com/perl6/gtk-simple[`GTK::Simple`] module. You can add this module as a dependency to the `Local::App::Dicer` repository with `assixt` as well, using the `depend` command. By default, this will also -- cgit v1.1