Skip to content

Commit 31491eb

Browse files
author
Daniil Efremov
authored
Merge pull request #57 from dividiti/issue-56
Fix about link #56
2 parents 0c09d37 + 885ca93 commit 31491eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/openscience/crowdsource/video/experiments/AppConfigService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class AppConfigService {
3131
private final static String APP_CONFIG_FILE_PATH = APP_CONFIG_DIR + "app_config.json";
3232

3333
public final static String URL_SDK = "http://github.com/ctuning/ck";
34-
public final static String URL_ABOUT = "https://github.com/ctuning/ck/wiki/Advanced_usage_crowdsourcing";
34+
public final static String URL_ABOUT = "http://cKnowledge.org";
3535
public final static String URL_CROWD_RESULTS = "http://cknowledge.org/repo/web.php?action=index&module_uoa=wfe&native_action=show&native_module_uoa=program.optimization&scenario=experiment.bench.dnn.mobile";
3636
public final static String URL_USERS = "http://cTuning.org/crowdtuning-timeline";
3737

0 commit comments

Comments
 (0)