Skip to content

Commit

Permalink
Chore(docs): Update async doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
alithethird committed Nov 20, 2024
1 parent f2e2269 commit 4435b06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/paas_charm/_gunicorn/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ def create_webserver_config(self) -> WebserverConfig:
if not webserver_config.worker_class:
return webserver_config

doc_link = (
"https://documentation.ubuntu.com/rockcraft"
+ f"/en/latest/reference/extensions/{self._framework_name}-framework"
+ f"/#parts-{self._framework_name}-framework-async-dependencies"
)
doc_link = f"https://bit.ly/{self._framework_name}-async-doc"

worker_class = None
try:
Expand Down

0 comments on commit 4435b06

Please sign in to comment.