Skip to content

Commit 1a9cb75

Browse files
committed
Polishing.
[#388] Signed-off-by: Mark Paluch <[email protected]>
1 parent 5519acc commit 1a9cb75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ Support for the following single-dimensional arrays (read and write):
465465
[psql-xml-ref]: https://www.postgresql.org/docs/current/datatype-xml.html
466466
[psql-runtime-config]: https://www.postgresql.org/docs/current/runtime-config-client.html
467467

468-
[r2dbc-blob-ref]: https://r2dbc.io/spec/0.8.0.RELEASE/api/io/r2dbc/spi/Blob.html
469-
[r2dbc-clob-ref]: https://r2dbc.io/spec/0.8.0.RELEASE/api/io/r2dbc/spi/Clob.html
468+
[r2dbc-blob-ref]: https://r2dbc.io/spec/0.9.0.M1/api/io/r2dbc/spi/Blob.html
469+
[r2dbc-clob-ref]: https://r2dbc.io/spec/0.9.0.M1/api/io/r2dbc/spi/Clob.html
470470

471471
[java-bigdecimal-ref]: https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html
472472
[java-biginteger-ref]: https://docs.oracle.com/javase/8/docs/api/java/math/BigInteger.html
@@ -520,8 +520,8 @@ Logging that is associated with a connection reports the logical connection id (
520520

521521
Having trouble with R2DBC? We'd love to help!
522522

523-
* Check the [spec documentation](https://r2dbc.io/spec/0.8.0.RELEASE/spec/html/), and [Javadoc](https://r2dbc.io/spec/0.8.0.RELEASE/api/).
524-
* If you are upgrading, check out the [changelog](https://r2dbc.io/spec/0.8.0.RELEASE/CHANGELOG.txt) for "new and noteworthy" features.
523+
* Check the [spec documentation](https://r2dbc.io/spec/0.9.0.M1/spec/html/), and [Javadoc](https://r2dbc.io/spec/0.9.0.M1/api/).
524+
* If you are upgrading, check out the [changelog](https://r2dbc.io/spec/0.9.0.M1/CHANGELOG.txt) for "new and noteworthy" features.
525525
* Ask a question - we monitor [stackoverflow.com](https://stackoverflow.com) for questions
526526
tagged with [`r2dbc`](https://stackoverflow.com/tags/r2dbc).
527527
You can also chat with the community on [Gitter](https://gitter.im/r2dbc/r2dbc).

0 commit comments

Comments
 (0)