aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Release-notes-for-0.43.0.md4
-rw-r--r--docs/markdown/Users.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Release-notes-for-0.43.0.md b/docs/markdown/Release-notes-for-0.43.0.md
index c6734f0..ec7a4d5 100644
--- a/docs/markdown/Release-notes-for-0.43.0.md
+++ b/docs/markdown/Release-notes-for-0.43.0.md
@@ -19,7 +19,7 @@ found.
Generators can now be configured to capture the standard output. See
`test cases/common/98 gen extra/meson.build` for an example.
-# Can index CustomTaget objects
+# Can index CustomTarget objects
The `CustomTarget` object can now be indexed like an array. The resulting
object can be used as a source file for other Targets, this will create a
@@ -93,7 +93,7 @@ flags = cc.get_supported_flags(warning_flags)
# Better support for shared libraries in non-system paths
-Meson has had support for prebuilt object files and static libraries.
+Meson has support for prebuilt object files and static libraries.
This release adds feature parity to shared libraries that are either
in non-standard system paths or shipped as part of your project. On
systems that support rpath, Meson automatically adds rpath entries
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md
index 46c2654..330c04b 100644
--- a/docs/markdown/Users.md
+++ b/docs/markdown/Users.md
@@ -43,4 +43,4 @@ If you have a project that uses Meson that you want to add to this list, let us
- [Wayland and Weston](https://lists.freedesktop.org/archives/wayland-devel/2016-November/031984.html), a next generation display server (not merged yet)
- [ZStandard](https://github.com/facebook/zstd/commit/4dca56ed832c6a88108a2484a8f8ff63d8d76d91) a compression algorithm developed at Facebook (not used by default)
-Note that a more up-to-date list of GNOME projects that use Meson can be found here: https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting
+Note that a more up-to-date list of GNOME projects that use Meson can be found [here](https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting).