Skip to content

Commit

Permalink
#18 upwork instead of odesk
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Sep 13, 2015
1 parent 36f2e1d commit f134e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/odesk/RtOdesk.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public final class RtOdesk implements Odesk {
*/
public RtOdesk(final String key, final String secret,
final String token, final String tsecret) {
this.ent = new JdkRequest("https://www.odesk.com/api/hr")
this.ent = new JdkRequest("https://www.upwork.com/api/hr")
.through(VerboseWire.class)
.through(RetryWire.class)
.through(OAuthWire.class, key, secret, token, tsecret);
Expand Down

0 comments on commit f134e0c

Please sign in to comment.