Author: sharan Date: Thu Jun 14 08:00:16 2018 New Revision: 1833497 URL: http://svn.apache.org/viewvc?rev=1833497&view=rev Log: Improved: Changed url from //localhost:8443/accounting to https://localhost:8443/accounting. Thanks to Swapnil M Mane for the patch.
Modified: ofbiz/site/business-users.html ofbiz/site/developers.html Modified: ofbiz/site/business-users.html URL: http://svn.apache.org/viewvc/ofbiz/site/business-users.html?rev=1833497&r1=1833496&r2=1833497&view=diff ============================================================================== --- ofbiz/site/business-users.html (original) +++ ofbiz/site/business-users.html Thu Jun 14 08:00:16 2018 @@ -295,7 +295,7 @@ <p></p> <p><strong>NOTE</strong>: It is completely normal for the command line window to remain active while OFBiz is running (e.g at 91%).</p> <p>To log into OFBiz, navigate with your browser to </p> - <p><code>//localhost:8443/accounting</code></p> + <p><code><a href="https://localhost:8443/accounting">https://localhost:8443/accounting</a></code></p> <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p> <p><strong>NOTE:</strong> These commands will build OFBiz and include demo data. For further details of how to build OFBiz without any demo data and a full list of all available commands, please take a look at the readme.md file</p> </div> Modified: ofbiz/site/developers.html URL: http://svn.apache.org/viewvc/ofbiz/site/developers.html?rev=1833497&r1=1833496&r2=1833497&view=diff ============================================================================== --- ofbiz/site/developers.html (original) +++ ofbiz/site/developers.html Thu Jun 14 08:00:16 2018 @@ -184,7 +184,7 @@ <code>gradlew ofbiz</code> <p></p> <p>To log into OFBiz, navigate with your browser to </p> - <p><code>//localhost:8443/accounting</code></p> + <p><code><a href="https://localhost:8443/accounting">https://localhost:8443/accounting</a></code></p> <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p> <h3>Stopping OFBiz</h3> <p>To stop OFBiz running locally, open a command line terminal window and navigate to the OFBiz directory and;</p>