Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 414f13aec -> 7b4f96db0
Fix typo. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/7b4f96db Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/7b4f96db Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/7b4f96db Branch: refs/heads/asf-site Commit: 7b4f96db0f8922560f16cda0260ac9d26314aab8 Parents: 414f13a Author: JamesBognar <[email protected]> Authored: Mon Sep 18 13:14:26 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Mon Sep 18 13:14:26 2017 -0400 ---------------------------------------------------------------------- content/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7b4f96db/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 12bdaa3..1beb6c4 100644 --- a/content/about.html +++ b/content/about.html @@ -1756,7 +1756,7 @@ <li class='link'>See <a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#juneau-rest-server'>juneau-rest-server</a> for more information. </ul> - <h6 class='toc' id='juneau-rest-server.UIvsDI'>5.2.1 - User Interfaces (UI) vs. Developer Interfaces (DI)</h6> + <h6 class='toc' id='juneau-rest-server.UIvsDI'>5.1.1 - User Interfaces (UI) vs. Developer Interfaces (DI)</h6> <div> <p> An important distinction needs to be made about the HTML representations produced by the REST @@ -1789,7 +1789,7 @@ <li> Limit your use of Javascript! You can use it sparingly if you want to implement something simple like a pull-down menu to - simplify some task, but remember that your audience cares more about interacting with your + simplify some debug task, but remember that your audience cares more about interacting with your service programmatically using REST. The HTML is just icing on the cake. <li>
