diff --git a/docs/client/concepts.html b/docs/client/concepts.html
index 03c3e6d22d8..570f21831c2 100644
--- a/docs/client/concepts.html
+++ b/docs/client/concepts.html
@@ -12,8 +12,8 @@
Concepts
{{> reactivity }}
{{> livehtml }}
{{> templates }}
-{{> packages_concept }}
{{> accounts }}
+{{> packages_concept }}
{{> deploying }}
@@ -483,6 +483,27 @@ Templates
> Session.set("weather", "cool and dry");
In DOM: It'll be cool and dry tonight
+{{/better_markdown}}
+
+
+
+{{#better_markdown}}
+
+Accounts
+
+Meteor has an Accounts system.
+
+- simplest integration
+ - add accounts-ui accounts-password
+ - and XXX loginButtons}} to app
+
+- which packages
+
+- can build own accounts-ui
+
+- link to api section
+
+
{{/better_markdown}}
@@ -533,26 +554,6 @@ Smart packages
-
-{{#better_markdown}}
-
-Accounts
-
-Meteor has an Accounts system.
-
-- simplest integration
- - add accounts-ui accounts-password
- - and XXX loginButtons}} to app
-
-- which packages
-
-- can build own accounts-ui
-
-- link to api section
-
-
-{{/better_markdown}}
-
diff --git a/docs/client/docs.js b/docs/client/docs.js
index 3e4c63dbde8..eaff8cd0641 100644
--- a/docs/client/docs.js
+++ b/docs/client/docs.js
@@ -85,8 +85,8 @@ var toc = [
"Reactivity",
"Live HTML",
"Templates",
- "Smart packages",
"Accounts",
+ "Smart packages",
"Deploying"
],