Skip to content

Commit 164e83c

Browse files
committed
awslabs/smithy-kotlin -> smithy-lang/smithy-kotlin
1 parent 8bc8e1b commit 164e83c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository contains shared tooling for AWS Kotlin repositories:
44

55
* `awslabs/aws-sdk-kotlin`
6-
* `awslabs/smithy-kotlin`
6+
* `smithy-lang/smithy-kotlin`
77
* `awslabs/aws-crt-kotlin`
88

99
It contains shared custom Gradle plugins and build logic used to build and release those repositories.

build-plugins/smithy-build/src/main/kotlin/aws/sdk/kotlin/gradle/codegen/dsl/SmithyKotlinPluginSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import java.util.*
1212

1313
/**
1414
* Container for `smithy-kotlin` plugin settings
15-
* See https://github.com/awslabs/smithy-kotlin/blob/main/codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/KotlinSettings.kt
15+
* See https://github.com/smithy-lang/smithy-kotlin/blob/main/codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/KotlinSettings.kt
1616
*/
1717
open class SmithyKotlinApiSettings : ToNode {
1818
var visibility: String? = null

0 commit comments

Comments
 (0)