From 0ce016650b38dbd9e228fbb7dae312dd91880354 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 6 Feb 2014 21:07:03 -0500 Subject: docs: Use markup for links --- gtk/gtkgrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkgrid.c') diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c index 2d536d8383..15754e7a62 100644 --- a/gtk/gtkgrid.c +++ b/gtk/gtkgrid.c @@ -38,7 +38,7 @@ * rows and columns. It is a very similar to #GtkTable and #GtkBox, * but it consistently uses #GtkWidget's #GtkWidget:margin and #GtkWidget:expand * properties instead of custom child properties, and it fully supports - * height-for-width geometry management. + * [height-for-width geometry management][geometry-management]. * * Children are added using gtk_grid_attach(). They can span multiple * rows or columns. It is also possible to add a child next to an -- cgit v1.2.1