Skip to content

Commit cdfe52c

Browse files
committed
Rename master branch to main
[closes #159]
1 parent 8d7f325 commit cdfe52c

File tree

3 files changed

+5
-145
lines changed

3 files changed

+5
-145
lines changed

CODE_OF_CONDUCT.adoc

Lines changed: 0 additions & 44 deletions
This file was deleted.

CONTRIBUTING.adoc

Lines changed: 0 additions & 95 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Next steps:
2121

2222
## Code of Conduct
2323

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).
2525

2626
## Getting Started
2727

@@ -253,8 +253,8 @@ Logging facilities:
253253

254254
Having trouble with R2DBC? We'd love to help!
255255

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.
258258
* Ask a question - we monitor [stackoverflow.com](https://stackoverflow.com) for questions
259259
tagged with [`r2dbc`](https://stackoverflow.com/tags/r2dbc).
260260
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:
272272
* If possible try to create a test-case or project that replicates the issue.
273273
Attach a link to your code or a compressed file containing your code.
274274

275-
276275
## Building from Source
277276

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
279278
[maven wrapper](https://github.com/takari/maven-wrapper). You also need JDK 1.8 and Docker to run integration tests.
280279

281280
```bash
@@ -284,7 +283,7 @@ You don't need to build from source to use R2DBC MSSQL (binaries in [repo.spring
284283

285284
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).
286285

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._
288287

289288
### Running JMH Benchmarks
290289

0 commit comments

Comments
 (0)