Skip to content

docs: Updated uvicorn URL in documentation - #9230

Merged
lstein merged 6 commits into
invoke-ai:mainfrom
fishd72:docs-update
Jun 11, 2026
Merged

lstein merged 6 commits into
invoke-ai:mainfrom
fishd72:docs-update

Conversation

@fishd72

@fishd72 fishd72 commented May 24, 2026

Copy link
Copy Markdown
Contributor

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

  • [ Yes ] The PR has a short but descriptive title, suitable for a changelog
  • [ N/A ] Tests added / updated (if applicable)
  • [ N/A ] ❗Changes to a redux slice have a corresponding migration
  • [ Yes ] Documentation added / updated (if applicable)
  • [ N/A ] Updated What's New copy (if doing a release after this PR)

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.
@github-actions github-actions Bot added python PRs that change python files services PRs that change app services frontend PRs that change frontend files docs PRs that change docs labels May 24, 2026
@lstein lstein added the 6.13.5 Library Updates label May 30, 2026
@lstein lstein moved this to 6.13.5 LIBRARY UPDATES in Invoke - Community Roadmap May 30, 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.

@lstein lstein left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your fixes!

@lstein
lstein enabled auto-merge (squash) June 11, 2026 21:13
@lstein
lstein merged commit 42c7e73 into invoke-ai:main Jun 11, 2026
17 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.13.5 Library Updates docs PRs that change docs frontend PRs that change frontend files python PRs that change python files services PRs that change app services

Projects

Status: 6.13.5 LIBRARY UPDATES

Development

Successfully merging this pull request may close these issues.

[enhancement]: URL errors in documentation for SSL configuration

3 participants