aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-09-19 00:29:21 +0800
committerruki <waruqi@gmail.com>2019-09-18 20:56:07 +0800
commit29a355562c5e9ee5d5b765e0a69f9856501de267 (patch)
tree9f8a7688bca29bf5f5ba8cc11732a0599c5770fc /manual
parent0118322510a35f4162e489cf8ba56fc25441279e (diff)
downloadxmake-docs-29a355562c5e9ee5d5b765e0a69f9856501de267.tar.gz
xmake-docs-29a355562c5e9ee5d5b765e0a69f9856501de267.zip
fix link for add_packagedirs
Diffstat (limited to 'manual')
-rw-r--r--manual/project_target.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/project_target.md b/manual/project_target.md
index c4244015..d2d6edfa 100644
--- a/manual/project_target.md
+++ b/manual/project_target.md
@@ -1835,7 +1835,7 @@ In this way, when compiling the test target, if the package exists, the macro de
Users no longer need to call the [add_links](#targetadd_links), [add_includedirs](#targetadd_includedirs), [add_ldflags](#targetadd_ldflags) interfaces to configure the dependent library links.
-For how to set up the package search directory, please refer to: [add_packagedirs](#targetadd_packagedirs) interface
+For how to set up the package search directory, please refer to: [add_packagedirs](/manual/global_interfaces?id=add_packagedirs) interface
After v2.2.2, this interface also supports packages defined by [add_requires](#add_requires) in remote dependency management.