You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python library that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification. The validator aims to check for full compliance with the Specification.
Copy file name to clipboardExpand all lines: docs/contributing.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Reporting bugs
11
11
Before you report
12
12
^^^^^^^^^^^^^^^^^
13
13
14
-
* Check whether your issue does not already exist in the `Issue tracker <https://github.com/p1c2u/openapi-core/issues>`__.
15
-
* Make sure it is not a support request or question better suited for `Discussion board <https://github.com/p1c2u/openapi-core/discussions>`__.
14
+
* Check whether your issue does not already exist in the `Issue tracker <https://github.com/python-openapi/openapi-core/issues>`__.
15
+
* Make sure it is not a support request or question better suited for `Discussion board <https://github.com/python-openapi/openapi-core/discussions>`__.
Python library that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification. The validator aims to check for full compliance with the Specification.
0 commit comments