diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-22 17:56:56 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 12:19:45 +0200 |
commit | 2327cb5eb3ebbbca78701cf4a27ead376d245ffe (patch) | |
tree | 7c843f091e06d168ffa073f0db41d70daef68c9d /docs/markdown/Python-3-module.md | |
parent | 5dd8171fb3d226eaef52faa821286cf79d0f8a2a (diff) | |
download | meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.zip meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.gz meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.bz2 |
docs: Fix broken links
Diffstat (limited to 'docs/markdown/Python-3-module.md')
-rw-r--r-- | docs/markdown/Python-3-module.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Python-3-module.md b/docs/markdown/Python-3-module.md index b89ea3e..1631b2a 100644 --- a/docs/markdown/Python-3-module.md +++ b/docs/markdown/Python-3-module.md @@ -10,7 +10,7 @@ This module is deprecated and replaced by the This is a cross platform way of finding the Python 3 executable, which may have a different name on different operating systems. Returns an -[external program](Reference-manual.md#external-program-object) +[[@external_program]] object. *Added 0.38.0* @@ -24,7 +24,7 @@ from `python` module. Creates a `shared_module` target that is named according to the naming conventions of the target platform. All positional and keyword arguments are the same as for -[shared_module](Reference-manual.md#shared_module). +[[shared_module]]. `extension_module` does not add any dependencies to the library so user may need to add `dependencies : dependency('python3')`, see |