Skip to content

Commit a096045

Browse files
committed
Use https URLs in README
1 parent 17465ea commit a096045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Transaction request = new Transaction.Builder(
169169
.amount(new BigDecimal(Double.toString(1.1)))
170170
.currency("USD")
171171
.discountCode("10OFF")
172-
.referrerUri(new URI("http://www.google.com/"))
172+
.referrerUri(new URI("https://www.google.com/"))
173173
.subaffiliateId("saf9")
174174
.build()
175175
).payment(
@@ -240,7 +240,7 @@ Patches and pull requests are encouraged. Please include unit tests whenever pos
240240

241241
## Versioning ##
242242

243-
This API uses [Semantic Versioning](http://semver.org/).
243+
This API uses [Semantic Versioning](https://semver.org/).
244244

245245
## Copyright and License ##
246246

0 commit comments

Comments
 (0)