Skip to content

Commit d8d2635

Browse files
authored
Fix URL for GTypeModule reference
Updated the URL for the GTypeModule reference to an archived version.
1 parent fbba5e3 commit d8d2635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developer-guides/plugins/01-type-modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This example shows you how to implement a GLib.TypeModule based plugin in Vala.
7070
}
7171
7272
// Never unref instance of GTypeModule
73-
// http://www.lanedo.com/~mitch/module-system-talk-guadec-2006/Module-System-Talk-Guadec-2006.pdf
73+
// https://web.archive.org/web/20111109085729/http://www.lanedo.com/~mitch/module-system-talk-guadec-2006/Module-System-Talk-Guadec-2006.pdf
7474
static TypeModule module = null;
7575
7676
int main()

0 commit comments

Comments
 (0)