Skip to content

Commit 12c5d00

Browse files
committed
Fix doc link
1 parent 60d5c78 commit 12c5d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/docs/decisions/{{app_name}}/2023-02-22-keep-generated-openapi-spec-to-source-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Context and Problem Statement
88

9-
With the switch from Connexion to APIFlask (see [Connection replacement ADR](./0001-connexion-replacement.md)), the code-first approach to defining the API specification meant that the `openapi.yml` file was no longer needed. This caused multiple engineers to be confused as to why the file still existed in source control. This ADR decides how to eliminate that confusion.
9+
With the switch from Connexion to APIFlask (see [Connection replacement ADR](./2022-09-27-connexion-replacement.md)), the code-first approach to defining the API specification meant that the `openapi.yml` file was no longer needed. This caused multiple engineers to be confused as to why the file still existed in source control. This ADR decides how to eliminate that confusion.
1010

1111
## Considered Options
1212

0 commit comments

Comments
 (0)