Skip to content

Commit 9f9af5f

Browse files
authored
Fix API cross-link (#35966)
1 parent 47a119a commit 9f9af5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/openapi/using-openapi-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The output shows any issues with the OpenAPI document. For example:
102102

103103
## Support for injecting `IOpenApiDocumentProvider`
104104

105-
You can inject `Microsoft.AspNetCore.OpenApi.Services.IOpenApiDocumentProvider` into your services through dependency injection to access OpenAPI documents programmatically, even outside HTTP request contexts.
105+
You can inject <xref:Microsoft.AspNetCore.OpenApi.IOpenApiDocumentProvider> into your services through dependency injection to access OpenAPI documents programmatically, even outside HTTP request contexts.
106106

107107
```csharp
108108
public class DocumentService

0 commit comments

Comments
 (0)