Skip to content

Commit aeb1ee7

Browse files
committed
Update JavaDoc link in README.
1 parent 6a3334e commit aeb1ee7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
This is Java SDK for [Stateful](https://www.stateful.co).
1212

13-
The JavaDoc is [here](http://java-sdk.stateful.co/).
13+
See our [JavaDoc](http://java-sdk.stateful.co/).
1414

1515
First, register an account at [Stateful](https://www.stateful.co).
1616
Then, you can create a counter and increment it:

src/main/java/co/stateful/retry/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* production environment. They will provide some guarantee that in
1111
* case of accidental network outage your code will make a few
1212
* honest retries before throwing a runtime exception. Just
13-
* wrap your actual {@code Sttc} implemntation into
13+
* wrap your actual {@code Sttc} implementation into
1414
* {@link ReSttc} and that's it:</p>
1515
*
1616
* <pre>Sttc sttc = new ReSttc(

0 commit comments

Comments
 (0)