diff --git a/meson.options b/meson.options index 14ece1039..dffbc9410 100644 --- a/meson.options +++ b/meson.options @@ -117,19 +117,19 @@ option('glib_debug', type : 'feature', value : 'auto', yield : true, - description : 'Enable GLib debug infrastructure (see docs/macros.txt)') + description : 'Enable GLib debug infrastructure (see docs/macros.md)') option('glib_assert', type : 'boolean', value : true, yield : true, - description : 'Enable GLib assertion (see docs/macros.txt)') + description : 'Enable GLib assertion (see docs/macros.md)') option('glib_checks', type : 'boolean', value : true, yield : true, - description : 'Enable GLib checks such as API guards (see docs/macros.txt)') + description : 'Enable GLib checks such as API guards (see docs/macros.md)') option('libelf', type : 'feature',