aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/designs/_posts
diff options
context:
space:
mode:
authorGravatar Vladimir Moskva <vladmos@google.com>2016-08-05 16:48:07 +0000
committerGravatar Yue Gan <yueg@google.com>2016-08-08 08:06:54 +0000
commitea381f0c8a103936e00a07b79a6ca8f8c81f2819 (patch)
treec05197b341e988474766b6d2d9b2f43d38c17c71 /site/designs/_posts
parentd313a4ec65a85e3aa8421c609f71a116ae4fc64d (diff)
Added a design document and fixed links
-- Change-Id: I1a904d19e1a63eff8c245bac3c18eb4ce9838912 Reviewed-on: https://bazel-review.googlesource.com/#/c/4271/ MOS_MIGRATED_REVID=129451413
Diffstat (limited to 'site/designs/_posts')
-rw-r--r--site/designs/_posts/2016-08-04-extensibility-for-native-rules.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/site/designs/_posts/2016-08-04-extensibility-for-native-rules.md b/site/designs/_posts/2016-08-04-extensibility-for-native-rules.md
index ed5877e4ee..7a70b17c1c 100644
--- a/site/designs/_posts/2016-08-04-extensibility-for-native-rules.md
+++ b/site/designs/_posts/2016-08-04-extensibility-for-native-rules.md
@@ -40,7 +40,7 @@ and suggest some practical steps we can take to get there.
## Extensible Native Rules
This proposal assumes [Declared Providers
-](/designs/declared-providers.html)
+](/designs/skylark/declared-providers.html)
are implemented. Here is how the implementation of bread\_library might look
like:
@@ -151,4 +151,3 @@ with internal API.
Through the execution of this phase, more and more use cases are covered, and at
the end the rules are fully extensible.
-