aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Thomas <astavale@yahoo.co.uk>2019-01-20 14:04:43 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2019-01-20 23:28:45 +0200
commit20248fa919c5a2e4f9ac1f88f087862da52abfbb (patch)
treea0541184022cc53a25dccc5f8ad280043de17ea7
parent37533360d7b16dc9e7f3e03ab3c1757bbefdce0a (diff)
downloadmeson-20248fa919c5a2e4f9ac1f88f087862da52abfbb.zip
meson-20248fa919c5a2e4f9ac1f88f087862da52abfbb.tar.gz
meson-20248fa919c5a2e4f9ac1f88f087862da52abfbb.tar.bz2
docs: update URI for vala-extra-vapis repository [skip ci]
-rw-r--r--docs/markdown/Vala.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Vala.md b/docs/markdown/Vala.md
index 72b5003..9e95851 100644
--- a/docs/markdown/Vala.md
+++ b/docs/markdown/Vala.md
@@ -89,7 +89,7 @@ installed. When setting a minimum version of GLib, Meson will also pass this to
the Vala compiler using the `--target-glib` option.
This is needed when using GTK+'s user interface definition files with Vala's
-`[GtkTemplate]`, `[GtkChild]` and `[GtkCallback]` annotations. This requires
+`[GtkTemplate]`, `[GtkChild]` and `[GtkCallback]` attributes. This requires
`--target-glib 2.38`, or a newer version, to be passed to Vala. With Meson this
is simply done with:
@@ -166,7 +166,7 @@ executable('app_name', sources, dependencies: dependencies)
If the VAPI is for an external library then make sure that the VAPI name
corresponds to the pkg-config file name.
-The [`vala-extra-vapis` repository](https://github.com/nemequ/vala-extra-vapis)
+The [`vala-extra-vapis` repository](https://gitlab.gnome.org/GNOME/vala-extra-vapis)
is a community maintained repository of VAPIs that are not distributed.
Developers use the repository to share early work on new bindings and
improvements to existing bindings. So the VAPIs can frequently change. It is