File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
catroid/src/main/java/org/catrobat/catroid/ui/recyclerview/fragment Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -595,18 +595,7 @@ public void onOptionsMenuClick(String tag) {
595595 }
596596
597597 public String getHelpUrl (String tag , SpriteActivity activity ) {
598- String language = getLanguage (activity );
599- switch (tag ) {
600- case FUNCTION_TAG :
601- return Constants .CATROBAT_FUNCTIONS_WIKI_URL + language ;
602- case LOGIC_TAG :
603- return Constants .CATROBAT_LOGIC_WIKI_URL + language ;
604- case OBJECT_TAG :
605- return Constants .CATROBAT_OBJECT_WIKI_URL + language ;
606- case SENSOR_TAG :
607- return Constants .CATROBAT_SENSORS_WIKI_URL + language ;
608- }
609- return null ;
598+ return "https://catrobat.org/docs/brickdocumentation/" ;
610599 }
611600
612601 private static SharedPreferences getSharedPreferences (Context context ) {
You can’t perform that action at this time.
0 commit comments