Skip to content

Commit

Permalink
Mod Url Help Page
Browse files Browse the repository at this point in the history
 now wiki is on bluemix
  • Loading branch information
raffysommy committed Jun 9, 2015
1 parent 40a0203 commit 4fff398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/educationet/k12/app/Help.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private void loadpage(){
WebView myWebView = (WebView) findViewById(R.id.helpView);
myWebView.getSettings().setJavaScriptEnabled(true);
myWebView.setWebChromeClient(new WebChromeClient());
myWebView.loadUrl("https://wiki-raffysommy.c9.io/index.php/" + topic);
myWebView.loadUrl("https://educationet.mybluemix.net/index.php/" + topic);
}

@Override
Expand Down

0 comments on commit 4fff398

Please sign in to comment.