summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-11-21 13:23:44 -0800
committerSasha Smundak <asmundak@google.com>2019-12-09 13:26:09 -0800
commitd42609e15c63e4384efe68f3ae0819161f6a020d (patch)
tree2b9c6caafbe5d4e5712f8c392a346e9bd9d0172b /docs
parent667039f404c2455588704a7b04f5de3dbeebb3ee (diff)
Expand namespaces explanation.
Test: N/A Change-Id: Iec7d40e6886285046fbe00aea8e19073c6c1ba73
Diffstat (limited to 'docs')
-rw-r--r--docs/best_practices.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/best_practices.md b/docs/best_practices.md
index 93be3192e..bc760b876 100644
--- a/docs/best_practices.md
+++ b/docs/best_practices.md
@@ -240,8 +240,8 @@ PRODUCT_PROPERTY_OVERRIDES += ro.hardware.gralloc=soc_a
In cases where the names cannot be made unique a `soong_namespace` should be
used to partition a set of modules so that they are built only when the
namespace is listed in `PRODUCT_SOONG_NAMESPACES`. See the
-[Name resolution](../README.md#name-resolution) section of the Soong README.md
-for more on namespaces.
+[Referencing Modules](../README.md#referencing-modules) section of the Soong
+README.md for more on namespaces.
### Module with name based on variable