Skip to content

Commit 3aef4ab

Browse files
authored
ajusts url
1 parent f04d3cf commit 3aef4ab

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
@@ -30,7 +30,7 @@ The `Swashbuckle.AspNetCore.SwaggerUi` package provides a bundle of Swagger UI's
3030

3131
[!code-csharp[](~/fundamentals/openapi/samples/9.x/WebMinOpenApi/Program.cs?name=snippet_openapiwithscalar)]
3232

33-
Launch the app and navigate to `https://localhost:<port>scalar/v1` to view the generated Scalar API Reference.
33+
Launch the app and navigate to `https://localhost:<port>/scalar/v1` to view the generated Scalar API Reference.
3434

3535
## Lint generated OpenAPI documents with Spectral
3636

0 commit comments

Comments
 (0)