Commit 42c7e73
docs: Updated uvicorn URL in documentation (invoke-ai#9230)
* docs: Updated uvicorn URL
In the current documentation links for info on SSL configuration point
to 'uvicorn.org', however this URL does not resolve for me.
Checking 'uvicorn.dev' shows what appears to be the correct information
so I've updated the links accordingly.
* fix(config): update uvicorn.org URL to uvicorn.dev in ssl field descriptions
The docstring and generated files were updated to uvicorn.dev, but the
actual ssl_certfile/ssl_keyfile Field descriptions (the source for the
generated schemas) still pointed to uvicorn.org.
---------
Co-authored-by: Alexander Eichhorn <alex@eichhorn.dev>
Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>1 parent 72cee9f commit 42c7e73
4 files changed
Lines changed: 13 additions & 13 deletions
File tree
- docs/src/generated
- invokeai
- app/services/config
- frontend/web
- src/services/api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments