summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2018-03-20-perl6-introduction-to-application-programming.adoc2
1 files changed, 1 insertions, 1 deletions
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