fixing a link to the style doc

This commit is contained in:
naomib@google.com 2014-02-13 18:27:17 +00:00
parent 23495719eb
commit c2482ee7e9

View File

@ -358,14 +358,11 @@ module.service('request', hello.request.Request);
</a>)</p> </a>)</p>
<h3 id="appstructure">Consider using the Best Practices for App Structure</h3> <h3 id="appstructure">Consider using the Best Practices for App Structure</h3>
<p><a href="https://docs.google.com/a/google.com/document/d/17r-9xmY79iCRqlt8ilJHfQmeBHHIKgKi7ZXY9eO96PM"> <p>
This directory structure doc</a> describes how to structure your application with controllers in This <a href="https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub">directory structure doc</a> describes how to structure your application with controllers in
nested subdirectories and all components (e.g. services and directives) in a 'components' dir. nested subdirectories and all components (e.g. services and directives) in a 'components' dir.
</p> </p>
<p>Note to to readers outside Google: A public version of the Best Practices for App Structure
document <a href="https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub">
is available here.</a></p>
<h3 id="scopeinheritance">Be aware of how scope inheritance works</h3> <h3 id="scopeinheritance">Be aware of how scope inheritance works</h3>