You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Next steps:
21
21
22
22
## Code of Conduct
23
23
24
-
This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc). By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to [spring-code-of-conduct@pivotal.io](mailto:spring-code-of-conduct@pivotal.io).
24
+
This project is governed by the [R2DBC Code of Conduct](https://github.com/r2dbc/.github/blob/main/CODE_OF_CONDUCT.adoc). By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to [info@r2dbc.io](mailto:info@r2dbc.io).
25
25
26
26
## Getting Started
27
27
@@ -253,8 +253,8 @@ Logging facilities:
253
253
254
254
Having trouble with R2DBC? We'd love to help!
255
255
256
-
* Check the [spec documentation](https://r2dbc.io/spec/0.8.0.M8/spec/html/), and [Javadocs](https://r2dbc.io/spec/0.8.0.M8/api/).
257
-
* If you are upgrading, check out the [changelog](https://r2dbc.io/spec/0.8.0.M8/CHANGELOG.txt) for "new and noteworthy" features.
256
+
* 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/).
257
+
* If you are upgrading, check out the [changelog](https://r2dbc.io/spec/0.8.0.RELEASE/CHANGELOG.txt) for "new and noteworthy" features.
258
258
* Ask a question - we monitor [stackoverflow.com](https://stackoverflow.com) for questions
259
259
tagged with [`r2dbc`](https://stackoverflow.com/tags/r2dbc).
260
260
You can also chat with the community on [Gitter](https://gitter.im/r2dbc/r2dbc).
@@ -272,10 +272,9 @@ If you want to raise an issue, please follow the recommendations below:
272
272
* If possible try to create a test-case or project that replicates the issue.
273
273
Attach a link to your code or a compressed file containing your code.
274
274
275
-
276
275
## Building from Source
277
276
278
-
You don't need to build from source to use R2DBC MSSQL (binaries in [repo.spring.io](https://repo.spring.io)), but if you want to try out the latest and greatest, R2DBC MSSQL can be easily built with the
277
+
You don't need to build from source to use R2DBC MSSQL (binaries in Maven Central), but if you want to try out the latest and greatest, R2DBC MSSQL can be easily built with the
279
278
[maven wrapper](https://github.com/takari/maven-wrapper). You also need JDK 1.8 and Docker to run integration tests.
280
279
281
280
```bash
@@ -284,7 +283,7 @@ You don't need to build from source to use R2DBC MSSQL (binaries in [repo.spring
284
283
285
284
If you want to build with the regular `mvn` command, you will need [Maven v3.5.0 or above](https://maven.apache.org/run-maven/index.html).
286
285
287
-
_Also see [CONTRIBUTING.adoc](CONTRIBUTING.adoc) if you wish to submit pull requests, and in particular please sign the [Contributor's Agreement](https://cla.pivotal.io/sign/spring) before your first change, however trivial._
286
+
_Also see [CONTRIBUTING.adoc](https://github.com/r2dbc/.github/blob/main/CONTRIBUTING.adoc) if you wish to submit pull requests, and in particular please sign the [Contributor's Agreement](https://cla.pivotal.io/sign/reactor) before your first change, however trivial._
0 commit comments