Skip to content

Commit cea58ea

Browse files
committed
Update doc references
1 parent 49cc42c commit cea58ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shiny/session/_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ async def _handle_request(
456456
warnings.warn(
457457
"Unable to infer a filename for the "
458458
f"'{download_id}' download handler; please use "
459-
"@session.download(filename=) to specify one "
459+
"@render.download(filename=) to specify one "
460460
"manually",
461461
SessionWarning,
462462
stacklevel=2,

shiny/ui/_download_button.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def download_button(
4141
4242
See Also
4343
--------
44-
~shiny.Session.download
44+
~shiny.render.download
4545
~shiny.ui.download_link
4646
"""
4747

@@ -96,7 +96,7 @@ def download_link(
9696
9797
See Also
9898
--------
99-
~shiny.Session.download
99+
~shiny.render.download
100100
~shiny.ui.download_link
101101
"""
102102

0 commit comments

Comments
 (0)