summaryrefslogtreecommitdiff
path: root/_posts/2018-03-20-perl6-introduction-to-application-programming.adoc
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-17 11:29:26 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-17 11:29:26 +0200
commit8892518ede40fde003bc0784ad24c738f448abbf (patch)
treebb6b4da6f031c38c2679c138e72195c0c3526812 /_posts/2018-03-20-perl6-introduction-to-application-programming.adoc
parent031009f9f7e92ccb520e9bb9ca753417308a1d2b (diff)
Update link to GTK::Simple repository
Diffstat (limited to '_posts/2018-03-20-perl6-introduction-to-application-programming.adoc')
-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