aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-06-18 13:29:22 -0700
committerScott Main <smain@google.com>2012-06-18 13:29:22 -0700
commit0d62f88552e780c67dba4a1d6b854fa8e1c39287 (patch)
treeec4fbab7f979a48437dac35e660b01c1029aa8f1
parent70f8a58bf2705190b4eff59eb6951a2e742c1e4c (diff)
downloadbuild-0d62f88552e780c67dba4a1d6b854fa8e1c39287.tar.gz
docs: fix broken link in quicknav
Change-Id: Ibfbeac8511f458a46333fe3cace8ff282e2dddab
-rw-r--r--tools/droiddoc/templates-sdk/components/masthead.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/droiddoc/templates-sdk/components/masthead.cs b/tools/droiddoc/templates-sdk/components/masthead.cs
index 1bdf8389aa..e70f697668 100644
--- a/tools/droiddoc/templates-sdk/components/masthead.cs
+++ b/tools/droiddoc/templates-sdk/components/masthead.cs
@@ -123,7 +123,8 @@ SDK</a></li></ul>
<li><a href="<?cs var:toroot ?>distribute/googleplay/publish/index.html">Publishing</a></li>
<li><a href="<?cs var:toroot ?>distribute/googleplay/promote/index.html">Promoting</a></li>
<!--<li><a href="<?cs var:toroot ?>distribute/googleplay/strategies/index.html">Strategies</a></li> -->
- <li><a href="<?cs var:toroot ?>distribute/googleplay/open-distribution.html">Open Distribution</a></li>
+ <li><a href="<?cs var:toroot ?>distribute/open.html">Open
+Distribution</a></li>
</ul>
</li>
</ul>