From 5851c133a0d336c2f7cef2f7d155e30f9fcc5d9a Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 14 Jul 2022 00:01:39 -0400 Subject: docs: add some function linkification in code snippets Let people easily find the documentation for concepts we are trying to teach. --- docs/markdown/Creating-Linux-binaries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown/Creating-Linux-binaries.md') diff --git a/docs/markdown/Creating-Linux-binaries.md b/docs/markdown/Creating-Linux-binaries.md index 71c96e470..1489ce131 100644 --- a/docs/markdown/Creating-Linux-binaries.md +++ b/docs/markdown/Creating-Linux-binaries.md @@ -103,7 +103,7 @@ project](https://github.com/jpakkane/meson/tree/master/manual%20tests/4%20standa Make the script run during install with this: ```meson -meson.add_install_script('linux_bundler.sh') +[[#meson.add_install_script]]('linux_bundler.sh') ``` ## Final steps @@ -125,7 +125,7 @@ bin/myapp Install it with this Meson snippet: ```meson -install_data('myapp.sh', install_dir : '.') +[[#install_data]]('myapp.sh', install_dir : '.') ``` And now you are done. Zip up your `/tmp/myapp` directory and you have -- cgit v1.2.3