diff --git a/README.rst b/README.rst index 3d1c3882..4b7ff42a 100644 --- a/README.rst +++ b/README.rst @@ -77,6 +77,4 @@ Links - PyPI Releases: https://pypi.org/project/Flask/ - Source Code: https://github.com/pallets/flask/ - Issue Tracker: https://github.com/pallets/flask/issues/ -- Website: https://palletsprojects.com/p/flask/ -- Twitter: https://twitter.com/PalletsTeam - Chat: https://discord.gg/pallets diff --git a/docs/conf.py b/docs/conf.py index f0be0722..88a73308 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,8 +43,6 @@ html_context = { ProjectLink("PyPI Releases", "https://pypi.org/project/Flask/"), ProjectLink("Source Code", "https://github.com/pallets/flask/"), ProjectLink("Issue Tracker", "https://github.com/pallets/flask/issues/"), - ProjectLink("Website", "https://palletsprojects.com/p/flask/"), - ProjectLink("Twitter", "https://twitter.com/PalletsTeam"), ProjectLink("Chat", "https://discord.gg/pallets"), ] } diff --git a/pyproject.toml b/pyproject.toml index d8b293a0..7891ea76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,6 @@ Documentation = "https://flask.palletsprojects.com/" Changes = "https://flask.palletsprojects.com/changes/" "Source Code" = "https://github.com/pallets/flask/" "Issue Tracker" = "https://github.com/pallets/flask/issues/" -Twitter = "https://twitter.com/PalletsTeam" Chat = "https://discord.gg/pallets" [project.optional-dependencies]