Skip to content

Commit

Permalink
Merge pull request #1938 from mikekistler/mdk/fix-spec-link
Browse files Browse the repository at this point in the history
Fix link to OpenAPI specification
  • Loading branch information
andrueastman authored Nov 18, 2024
2 parents 83c571a + e1eafea commit f243300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.OpenApi/Models/OpenApiDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
namespace Microsoft.OpenApi.Models
{
/// <summary>
/// Describes an OpenAPI object (OpenAPI document). See: https://swagger.io/specification
/// Describes an OpenAPI object (OpenAPI document). See: https://spec.openapis.org
/// </summary>
public class OpenApiDocument : IOpenApiSerializable, IOpenApiExtensible, IOpenApiAnnotatable
{
Expand Down

0 comments on commit f243300

Please sign in to comment.