Closed gabrieltempass closed 6 months ago
When searching for st.html and clicking on the result, it goes to Page not found, because the URL is wrong. The correct URL must have .html at the end.
st.html
.html
Screen recording:
Expected behavior:
Goes to: https://docs.streamlit.io/develop/api-reference/utilities/st.html
Actual behavior:
Goes to: https://docs.streamlit.io/develop/api-reference/utilities/st (it's missing the .html at the end)
Thanks for reporting! I think I have a fix for it that should get reviewed and published very soon.
Summary
When searching for
st.html
and clicking on the result, it goes to Page not found, because the URL is wrong. The correct URL must have.html
at the end.Steps to reproduce
Screen recording:
Expected behavior:
Goes to: https://docs.streamlit.io/develop/api-reference/utilities/st.html
Actual behavior:
Goes to: https://docs.streamlit.io/develop/api-reference/utilities/st (it's missing the .html at the end)