Skip to content

Commit

Permalink
Fix 404ing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Nov 20, 2019
1 parent 0a687e1 commit 2e7a9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/web3j/ens/EnsResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public String resolve(String contractId) {

/**
* Reverse name resolution as documented in the <a
* href="https://docs.ens.domains/en/latest/userguide.html#reverse-name-resolution">specification</a>.
* href="https://docs.ens.domains/contract-api-reference/reverseregistrar">specification</a>.
*
* @param address an ethereum address, example: "0x314159265dd8dbb310642f98f50c066173c1259b"
* @return a EnsName registered for provided address
Expand Down

0 comments on commit 2e7a9f2

Please sign in to comment.