Skip to content

Commit

Permalink
Added a link to the JVM proxy settings documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Feb 28, 2020
1 parent 431f040 commit 53993ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ final ApnsClient apnsClient = new ApnsClientBuilder()
.build();
```

If using HTTP proxies configured via JVM system properties, you can also use:
If using HTTP proxies configured via [JVM system properties](https://docs.oracle.com/javase/7/docs/api/java/net/doc-files/net-properties.html#Proxies), you can also use:

```java
final ApnsClient apnsClient = new ApnsClientBuilder()
Expand Down

0 comments on commit 53993ed

Please sign in to comment.