Skip to content

Commit 271253c

Browse files
committed
update urls
1 parent a74c984 commit 271253c

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

docs/conf.py

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
ProjectLink(
4242
"Issue Tracker", "https://github.com/pallets-eco/flask-sqlalchemy/issues/"
4343
),
44-
ProjectLink("Website", "https://palletsprojects.com/"),
45-
ProjectLink("Twitter", "https://twitter.com/PalletsTeam"),
4644
ProjectLink("Chat", "https://discord.gg/pallets"),
4745
]
4846
}

examples/flaskr/setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[metadata]
22
name = flaskr
33
version = attr: flaskr.__version__
4-
url = https://flask-sqlalchemy.palletsprojects.com/
54
author = Pallets
65
author_email = [email protected]
76
license = BSD-3-Clause

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies = [
2323

2424
[project.urls]
2525
Donate = "https://palletsprojects.com/donate"
26-
Documentation = "https://flask-sqlalchemy.palletsprojects.com"
27-
Changes = "https://flask-sqlalchemy.palletsprojects.com/changes/"
26+
Documentation = "https://flask-sqlalchemy.readthedocs.io"
27+
Changes = "https://flask-sqlalchemy.readthedocs.io/changes/"
2828
Source = "https://github.com/pallets-eco/flask-sqlalchemy/"
2929
Chat = "https://discord.gg/pallets"
3030

0 commit comments

Comments
 (0)