diff --git a/docs/guide/config.md b/docs/guide/config.md index 93ad8aae0b..e9a3b68f81 100644 --- a/docs/guide/config.md +++ b/docs/guide/config.md @@ -98,7 +98,7 @@ venv-mark-sync-ignore = true # a array of tables with optional sources. Same format as in pyproject.toml [[sources]] name = "default" -url = "http://pypi.org/simple/" +url = "https://pypi.org/simple/" ``` ## Manipulating Config