Skip to content

Commit 82d0c02

Browse files
committed
Rename gradle properties
1 parent a9c8f63 commit 82d0c02

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Please ensure that the following steps have been undertaken before marking pull
4747
- Ensure that commits are atomic units of work, and that the message follows our [Commit Message Template][commit-template]. A good way to do this is to configure your local clone of the repository to use our included template, by running: `git config commit.template .git.commit.template` in the root directory of the clone.
4848

4949

50-
[conduct]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
50+
[conduct]: https://github.com/EventStore/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
5151
[apache2]: https://www.apache.org/licenses/LICENSE-2.0
52-
[commit-template]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/.git.commit.template
53-
[github-repo]: https://github.com/Kurrent/Kurrent-Client-Java
52+
[commit-template]: https://github.com/EventStore/Kurrent-Client-Java/tree/master/.git.commit.template
53+
[github-repo]: https://github.com/EventStore/Kurrent-Client-Java
5454
[drafts]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests#draft-pull-requests

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ review our [Contributing Guide][contributing] and [Code of Conduct][code-of-cond
193193

194194
[kurrent]: https://kurrent.io
195195
[gradle]: https://gradle.org
196-
[contributing]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/CONTRIBUTING.md
197-
[code-of-conduct]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
196+
[contributing]: https://github.com/EventStore/Kurrent-Client-Java/tree/master/CONTRIBUTING.md
197+
[code-of-conduct]: https://github.com/EventStore/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
198198
[support]: https://kurrent.io/support/
199199
[docs]: https://developers.eventstore.com/server/v24.6/quick-start/installation/
200200
[discuss]: https://discuss.eventstore.com/

db-client-java/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ publishing {
208208
url = 'https://kurrent.io'
209209

210210
scm {
211-
connection = 'https://github.com/Kurrent/Kurrent-Client-Java.git'
212-
developerConnection = 'https://github.com/Kurrent/Kurrent-Client-Java.git'
213-
url = 'https://github.com/Kurrent/Kurrent-Client-Java'
211+
connection = 'https://github.com/EventStore/Kurrent-Client-Java.git'
212+
developerConnection = 'https://github.com/EventStore/Kurrent-Client-Java.git'
213+
url = 'https://github.com/EventStore/Kurrent-Client-Java'
214214
}
215215

216216
licenses {

0 commit comments

Comments
 (0)