Skip to content

Commit ddab207

Browse files
authored
replace old references to ExpediaDotCom with ExpediaGroup (ExpediaGroup#1163)
1 parent 1b85d3d commit ddab207

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
In order to [release a new version](https://github.com/ExpediaDotCom/graphql-kotlin/releases) we need to draft a new release
1+
In order to [release a new version](https://github.com/ExpediaGroup/graphql-kotlin/releases) we need to draft a new release
22
and tag the commit. Releases are following [semantic versioning](https://semver.org/) and specify major, minor and patch version.
33

44
Once release is published it will trigger corresponding [Github Action](https://github.com/ExpediaGroup/graphql-kotlin/blob/master/.github/workflows/release.yml)

website/docs/schema-generator/execution/async-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ programming models.
1010
## Coroutines
1111

1212
`graphql-kotlin-schema-generator` has built-in support for Kotlin coroutines. Provided default
13-
[FunctionDataFetcher](https://github.com/ExpediaDotCom/graphql-kotlin/blob/master/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expedia/graphql/generator/execution/FunctionDataFetcher.kt)
13+
[FunctionDataFetcher](https://github.com/ExpediaGroup/graphql-kotlin/blob/master/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/execution/FunctionDataFetcher.kt)
1414
will automatically asynchronously execute suspendable functions and convert the result to `CompletableFuture` expected
1515
by `graphql-java`.
1616

website/versioned_docs/version-3.x.x/contributors/release-proc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: release-proc
33
title: Releasing a new version
44
original_id: release-proc
55
---
6-
In order to [release a new version](https://github.com/ExpediaDotCom/graphql-kotlin/releases) we need to draft a new release
6+
In order to [release a new version](https://github.com/ExpediaGroup/graphql-kotlin/releases) we need to draft a new release
77
and tag the commit. Releases are following [semantic versioning](https://semver.org/) and specify major, minor and patch version.
88

99
Once release is published it will trigger corresponding [Github Action](https://github.com/ExpediaGroup/graphql-kotlin/blob/master/.github/workflows/release.yml)

website/versioned_docs/version-3.x.x/schema-generator/execution/async-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ programming models.
1111
## Coroutines
1212

1313
`graphql-kotlin-schema-generator` has built-in support for Kotlin coroutines. Provided default
14-
[FunctionDataFetcher](https://github.com/ExpediaDotCom/graphql-kotlin/blob/master/graphql-kotlin-schema-generator/src/main/kotlin/com/expedia/graphql/execution/FunctionDataFetcher.kt)
14+
[FunctionDataFetcher](https://github.com/ExpediaGroup/graphql-kotlin/blob/master/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/execution/FunctionDataFetcher.kt)
1515
will automatically asynchronously execute suspendable functions and convert the result to `CompletableFuture` expected
1616
by `graphql-java`.
1717

0 commit comments

Comments
 (0)