mirror of https://github.com/pallets/flask.git
remove old links
This commit is contained in:
parent
a4ea5df5d5
commit
f139024b1c
|
@ -77,6 +77,4 @@ Links
|
||||||
- PyPI Releases: https://pypi.org/project/Flask/
|
- PyPI Releases: https://pypi.org/project/Flask/
|
||||||
- Source Code: https://github.com/pallets/flask/
|
- Source Code: https://github.com/pallets/flask/
|
||||||
- Issue Tracker: https://github.com/pallets/flask/issues/
|
- Issue Tracker: https://github.com/pallets/flask/issues/
|
||||||
- Website: https://palletsprojects.com/p/flask/
|
|
||||||
- Twitter: https://twitter.com/PalletsTeam
|
|
||||||
- Chat: https://discord.gg/pallets
|
- Chat: https://discord.gg/pallets
|
||||||
|
|
|
@ -43,8 +43,6 @@ html_context = {
|
||||||
ProjectLink("PyPI Releases", "https://pypi.org/project/Flask/"),
|
ProjectLink("PyPI Releases", "https://pypi.org/project/Flask/"),
|
||||||
ProjectLink("Source Code", "https://github.com/pallets/flask/"),
|
ProjectLink("Source Code", "https://github.com/pallets/flask/"),
|
||||||
ProjectLink("Issue Tracker", "https://github.com/pallets/flask/issues/"),
|
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"),
|
ProjectLink("Chat", "https://discord.gg/pallets"),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,6 @@ Documentation = "https://flask.palletsprojects.com/"
|
||||||
Changes = "https://flask.palletsprojects.com/changes/"
|
Changes = "https://flask.palletsprojects.com/changes/"
|
||||||
"Source Code" = "https://github.com/pallets/flask/"
|
"Source Code" = "https://github.com/pallets/flask/"
|
||||||
"Issue Tracker" = "https://github.com/pallets/flask/issues/"
|
"Issue Tracker" = "https://github.com/pallets/flask/issues/"
|
||||||
Twitter = "https://twitter.com/PalletsTeam"
|
|
||||||
Chat = "https://discord.gg/pallets"
|
Chat = "https://discord.gg/pallets"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue