Skip to content

Commit 45adfee

Browse files
committed
CATROID-1618: REPLACE OLD HELP WIKI URL WITH NEW URL
1 parent cd61f93 commit 45adfee

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

catroid/src/main/java/org/catrobat/catroid/ui/recyclerview/fragment/CategoryListFragment.java

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)