docs: Updated uvicorn URL in documentation - #9230
Merged
Merged
Conversation
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.
fishd72
requested review from
JPPhoto,
Pfannkuchensack,
blessedcoolant,
dunkeroni and
lstein
as code owners
May 24, 2026 12:18
Pfannkuchensack
approved these changes
May 24, 2026
…iptions 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.
Pfannkuchensack
force-pushed
the
docs-update
branch
from
June 5, 2026 17:38
3b52684 to
39de878
Compare
lstein
approved these changes
Jun 11, 2026
lstein
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for your fixes!
lstein
enabled auto-merge (squash)
June 11, 2026 21:13
dunkeroni
pushed a commit
to dunkeroni/InvokeAI
that referenced
this pull request
Jun 29, 2026
* 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
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.
Related Issues / Discussions
Closes #9229
QA Instructions
Changes to documentation only, no code changes.
Merge Plan
Checklist
What's Newcopy (if doing a release after this PR)