diff --git a/src/Components/Components/src/ComponentBase.cs b/src/Components/Components/src/ComponentBase.cs index d4b38db345..e8f2a5ac88 100644 --- a/src/Components/Components/src/ComponentBase.cs +++ b/src/Components/Components/src/ComponentBase.cs @@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Components // IMPORTANT // // Many of these names are used in code generation. Keep these in sync with the code generation code - // See: src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentsApi.cs + // See: src/Components/Analyzers/src/ComponentsApi.cs // Most of the developer-facing component lifecycle concepts are encapsulated in this // base class. The core components rendering system doesn't know about them (it only knows