Skip to content

Commit 0b2e5e4

Browse files
authored
Merge pull request #602 from azmeuk/pallets-eco
move the project to the pallets-eco organization
2 parents 2c408dd + 0928af7 commit 0b2e5e4

File tree

7 files changed

+21
-14
lines changed

7 files changed

+21
-14
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ First time setup
8383

8484
.. code-block:: text
8585
86-
$ git clone https://github.com/wtforms/flask-wtf
86+
$ git clone https://github.com/pallets-eco/flask-wtf
8787
$ cd flask-wtf
8888
8989
- Add your fork as a remote to push your work to. Replace
@@ -130,7 +130,7 @@ First time setup
130130
.. _username: https://docs.github.com/en/github/using-git/setting-your-username-in-git
131131
.. _email: https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address
132132
.. _GitHub account: https://github.com/join
133-
.. _Fork: https://github.com/wtforms/flask-wtf/fork
133+
.. _Fork: https://github.com/pallets-eco/flask-wtf/fork
134134
.. _Clone: https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#step-2-create-a-local-clone-of-your-fork
135135

136136

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Links
1010
- Documentation: https://flask-wtf.readthedocs.io/
1111
- Changes: https://flask-wtf.readthedocs.io/changes/
1212
- PyPI Releases: https://pypi.org/project/Flask-WTF/
13-
- Source Code: https://github.com/wtforms/flask-wtf/
14-
- Issue Tracker: https://github.com/wtforms/flask-wtf/issues/
13+
- Source Code: https://github.com/pallets-eco/flask-wtf/
14+
- Issue Tracker: https://github.com/pallets-eco/flask-wtf/issues/
1515
- Chat: https://discord.gg/pallets

docs/changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
Version 1.x.x
5+
-------------
6+
7+
Unreleased
8+
9+
- Move the project to the pallets-eco organization. :pr:`602`
10+
411
Version 1.2.1
512
-------------
613

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"flask": ("https://flask.palletsprojects.com/", None),
2424
"wtforms": ("https://wtforms.readthedocs.io/", None),
2525
}
26-
issues_github_path = "wtforms/flask-wtf"
26+
issues_github_path = "pallets-eco/flask-wtf"
2727

2828
# HTML -----------------------------------------------------------------
2929

@@ -32,8 +32,8 @@
3232
html_context = {
3333
"project_links": [
3434
ProjectLink("PyPI Releases", "https://pypi.org/project/Flask-WTF/"),
35-
ProjectLink("Source Code", "https://github.com/wtforms/flask-wtf/"),
36-
ProjectLink("Issue Tracker", "https://github.com/wtforms/flask-wtf/issues/"),
35+
ProjectLink("Source Code", "https://github.com/pallets-eco/flask-wtf/"),
36+
ProjectLink("Issue Tracker", "https://github.com/pallets-eco/flask-wtf/issues/"),
3737
ProjectLink("Chat", "https://discord.gg/pallets"),
3838
]
3939
}

docs/form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ And it can be easily setup in the templates:
182182

183183
We have an example for you: `recaptcha@github`_.
184184

185-
.. _`recaptcha@github`: https://github.com/wtforms/flask-wtf/tree/main/examples/recaptcha
185+
.. _`recaptcha@github`: https://github.com/pallets-eco/flask-wtf/tree/main/examples/recaptcha

docs/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Development
1919
The latest code is available from `GitHub`_. Clone the repository then install
2020
using pip. ::
2121

22-
git clone https://github.com/wtforms/flask-wtf
22+
git clone https://github.com/pallets-eco/flask-wtf
2323
pip install -e ./flask-wtf
2424

2525
Or install the latest build from an `archive`_. ::
2626

27-
pip install -U https://github.com/wtforms/flask-wtf/archive/main.tar.gz
27+
pip install -U https://github.com/pallets-eco/flask-wtf/archive/main.tar.gz
2828

29-
.. _GitHub: https://github.com/wtforms/flask-wtf
30-
.. _archive: https://github.com/wtforms/flask-wtf/archive/main.tar.gz
29+
.. _GitHub: https://github.com/pallets-eco/flask-wtf
30+
.. _archive: https://github.com/pallets-eco/flask-wtf/archive/main.tar.gz

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dynamic = ["version"]
2727
[project.urls]
2828
Documentation = "https://flask-wtf.readthedocs.io/"
2929
Changes = "https://flask-wtf.readthedocs.io/changes/"
30-
"Source Code" = "https://github.com/wtforms/flask-wtf/"
31-
"Issue Tracker" = "https://github.com/wtforms/flask-wtf/issues/"
30+
"Source Code" = "https://github.com/pallets-eco/flask-wtf/"
31+
"Issue Tracker" = "https://github.com/pallets-eco/flask-wtf/issues/"
3232
Chat = "https://discord.gg/pallets"
3333

3434
[project.optional-dependencies]

0 commit comments

Comments
 (0)