streamlit / docs

Source code for the Streamlit Python library documentation
https://docs.streamlit.io
Apache License 2.0
119 stars 479 forks source link

Use https instead of http in hello.py #1157

Closed whitphx closed 1 month ago

whitphx commented 1 month ago

📚 Context

N/A

🧠 Description of Changes

https:// is preferable than http://. Same as https://github.com/streamlit/docs/pull/961/commits/3852cf406a08d079ea02b98012a0d4f82a8fd253

💥 Impact

Size:

🌐 References

N/A

Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

sfc-gh-dmatthews commented 1 month ago

Thanks, @whitphx!