Skip to content

Commit

Permalink
changed URL ebots->e4rover
Browse files Browse the repository at this point in the history
  • Loading branch information
bokowski committed Mar 12, 2010
1 parent 64d7d8c commit f2d5b28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface IServerConstants {
public static final String IMAGE_FILE_URI = E4ROVER_DOWNLINK_SERVER_URI + IMAGE_FILE_NAME;

/* Uplink */
public static final String EROVER_UPLINK_SERVER_URI ="http://ebots.eclipsecon.org/";
public static final String EROVER_UPLINK_SERVER_URI ="http://e4rover.eclipsecon.org/";
// public static final String EROVER_UPLINK_SERVER_URI ="http://137.78.29.221:9111/";

public static final String COMMAND_RESTLET_URI = EROVER_UPLINK_SERVER_URI + "cmd/";
Expand Down

0 comments on commit f2d5b28

Please sign in to comment.