Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site d39ee8014 -> 5544c8ccc


Fix typos.

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/5544c8cc
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/5544c8cc
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/5544c8cc

Branch: refs/heads/asf-site
Commit: 5544c8ccc6acfbcf688011a9aea7004a9f2caaa9
Parents: d39ee80
Author: JamesBognar <[email protected]>
Authored: Tue Feb 21 09:25:27 2017 -0500
Committer: JamesBognar <[email protected]>
Committed: Tue Feb 21 09:25:27 2017 -0500

----------------------------------------------------------------------
 content/about.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5544c8cc/content/about.html
----------------------------------------------------------------------
diff --git a/content/about.html b/content/about.html
index 328a953..8271dca 100644
--- a/content/about.html
+++ b/content/about.html
@@ -622,7 +622,7 @@
        </p>
        <p class='bcode'>
        RestClient client = <jk>new</jk> 
RestClient(JsonSerializer.<jk>class</jk>, JsonParser.<jk>class</jk>)
-               
.setRemoteableUriServletUrl(<js>"https://localhost:9443/jazz/remote";</js>);
+               
.setRemoteableUriServletUrl(<js>"https://localhost:9443/juneau/remote";</js>);
                
        <jc>// Execute a method on the server.</jc>
        IAddressBook ab = 
client.getRemoteableProxy(IAddressBook.<jk>class</jk>);

Reply via email to