Skip to content

Commit 4b5efba

Browse files
authored
[Python] Fix: Plugin doc _see_ points to Rust server plugin. (#2484)
1 parent 299e36b commit 4b5efba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/RustServerCodegenPythonPlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class RustServerCodegenPythonPlugin : SmithyBuildPlugin {
4141
override fun getName(): String = "rust-server-codegen-python"
4242

4343
/**
44-
* See [software.amazon.smithy.rust.codegen.client.smithy.RustClientCodegenPlugin].
44+
* See [software.amazon.smithy.rust.codegen.server.smithy.RustServerCodegenPlugin].
4545
*/
4646
override fun execute(context: PluginContext) {
4747
// Suppress extremely noisy logs about reserved words
@@ -67,7 +67,7 @@ class RustServerCodegenPythonPlugin : SmithyBuildPlugin {
6767

6868
companion object {
6969
/**
70-
* See [software.amazon.smithy.rust.codegen.client.smithy.RustClientCodegenPlugin].
70+
* See [software.amazon.smithy.rust.codegen.server.smithy.RustServerCodegenPlugin].
7171
*/
7272
fun baseSymbolProvider(
7373
settings: ServerRustSettings,

0 commit comments

Comments
 (0)