Skip to content

Commit

Permalink
Changed URLs from ra.cs.* to cogsys.cs.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens82 committed May 16, 2011
1 parent cd6073e commit 59f4d8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/de/zbit/kegg/Translator.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ public static List<Class<? extends KeyProvider>> getCommandLineOptions() {
*
*/
public static URL getURLOnlineUpdate() throws MalformedURLException {
// TODO: Nach cogSys ändern.
return new URL("http://www.ra.cs.uni-tuebingen.de/software/KEGGtranslator/downloads/");
return new URL("http://www.cogsys.cs.uni-tuebingen.de/software/KEGGtranslator/downloads/");
}

/**
Expand Down
2 changes: 1 addition & 1 deletion test/de/zbit/kegg/gui/ReactionPanelTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This file is part of KEGGtranslator, a program to convert KGML files from the
* KEGG database into various other formats, e.g., SBML, GraphML, and many more.
* Please visit <http://www.ra.cs.uni-tuebingen.de/software/KEGGtranslator> to
* Please visit <http://www.cogsys.cs.uni-tuebingen.de/software/KEGGtranslator> to
* obtain the latest version of KEGGtranslator.
*
* KEGGtranslator is free software: you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion test/de/zbit/kegg/test/BatchKEGGtranslatorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This file is part of KEGGtranslator, a program to convert KGML files from the
* KEGG database into various other formats, e.g., SBML, GraphML, and many more.
* Please visit <http://www.ra.cs.uni-tuebingen.de/software/KEGGtranslator> to
* Please visit <http://www.cogsys.cs.uni-tuebingen.de/software/KEGGtranslator> to
* obtain the latest version of KEGGtranslator.
*
* KEGGtranslator is free software: you can redistribute it and/or modify it
Expand Down

0 comments on commit 59f4d8b

Please sign in to comment.