Revised wording about Manual on docs page.

This commit is contained in:
Maria Pacana
2014-07-08 18:55:21 -07:00
parent 5b80ea33b9
commit 121a4adff2
2 changed files with 2 additions and 2 deletions

View File

@@ -2558,7 +2558,7 @@ advanced facilities such as `Deps.Dependency` and `onInvalidate`
callbacks are intended primarily for package authors implementing new
reactive data sources.
To learn more about how Deps works and to explore advanced features of Deps,
To learn more about how Deps works and to explore advanced ways to use it,
visit the <a href="http://manual.meteor.com/#deps"> Deps</a> chapter in the
<a href="http://manual.meteor.com/">Meteor Manual</a>, which describes it in
complete detail.

View File

@@ -133,7 +133,7 @@ with the project!
</dd>
<dt><span>The Meteor Manual</span></dt>
<dd>In-depth articles about the core components of Meteor can be found on the<a href="http://manual.meteor.com/">Meteor Manual</a>. We've published the first article, which is about <a href="http://manual.meteor.com/#deps">Deps</a>, our transparent reactivity framework. More articles (covering topics like Blaze, Unibuild, and DDP) coming soon!
<dd>In-depth articles about the core components of Meteor can be found on the <a href="http://manual.meteor.com/">Meteor Manual</a>. The first article is about <a href="http://manual.meteor.com/#deps">Deps</a>, our transparent reactivity framework. More articles (covering topics like Blaze, Unibuild, and DDP) are coming soon!
</dd>
</dl>