swagger-api / swagger.io-docs

The content of swagger.io
https://swagger.io/docs/
1.56k stars 400 forks source link

Broken link: nullable enums #312

Closed ondrejfuhrer closed 3 years ago

ondrejfuhrer commented 3 years ago

Description

I found a broken link in the nullable enums section in the note. Tried to find it here and fix myself, but no luck.

Affected section

https://swagger.io/docs/specification/data-models/enums/#nullable

Affected link

Using nullable: true alone is not enough here.

Current link: https://github.com/OAI/OpenAPI-Specification/blob/master/proposals/003_Clarify-Nullable.md#if-a-schema-specifies-nullable-true-and-enum-1-2-3-does-that-schema-allow-null-values-see-1900

Expected link: https://github.com/OAI/OpenAPI-Specification/blob/main/proposals/2019-10-31-Clarify-Nullable.md#if-a-schema-specifies-nullable-true-and-enum-1-2-3-does-that-schema-allow-null-values-see-1900

hkosova commented 3 years ago

✔️ Fixed. Thanks!