Skip to content

Commit

Permalink
Merge pull request #602 from azmeuk/pallets-eco
Browse files Browse the repository at this point in the history
move the project to the pallets-eco organization
  • Loading branch information
azmeuk authored Oct 12, 2024
2 parents 2c408dd + 0928af7 commit 0b2e5e4
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ First time setup

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


Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Links
- Documentation: https://flask-wtf.readthedocs.io/
- Changes: https://flask-wtf.readthedocs.io/changes/
- PyPI Releases: https://pypi.org/project/Flask-WTF/
- Source Code: https://github.com/wtforms/flask-wtf/
- Issue Tracker: https://github.com/wtforms/flask-wtf/issues/
- Source Code: https://github.com/pallets-eco/flask-wtf/
- Issue Tracker: https://github.com/pallets-eco/flask-wtf/issues/
- Chat: https://discord.gg/pallets
7 changes: 7 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

Version 1.x.x
-------------

Unreleased

- Move the project to the pallets-eco organization. :pr:`602`

Version 1.2.1
-------------

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"flask": ("https://flask.palletsprojects.com/", None),
"wtforms": ("https://wtforms.readthedocs.io/", None),
}
issues_github_path = "wtforms/flask-wtf"
issues_github_path = "pallets-eco/flask-wtf"

# HTML -----------------------------------------------------------------

Expand All @@ -32,8 +32,8 @@
html_context = {
"project_links": [
ProjectLink("PyPI Releases", "https://pypi.org/project/Flask-WTF/"),
ProjectLink("Source Code", "https://github.com/wtforms/flask-wtf/"),
ProjectLink("Issue Tracker", "https://github.com/wtforms/flask-wtf/issues/"),
ProjectLink("Source Code", "https://github.com/pallets-eco/flask-wtf/"),
ProjectLink("Issue Tracker", "https://github.com/pallets-eco/flask-wtf/issues/"),
ProjectLink("Chat", "https://discord.gg/pallets"),
]
}
Expand Down
2 changes: 1 addition & 1 deletion docs/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ And it can be easily setup in the templates:

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

.. _`recaptcha@github`: https://github.com/wtforms/flask-wtf/tree/main/examples/recaptcha
.. _`recaptcha@github`: https://github.com/pallets-eco/flask-wtf/tree/main/examples/recaptcha
8 changes: 4 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Development
The latest code is available from `GitHub`_. Clone the repository then install
using pip. ::

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

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

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

.. _GitHub: https://github.com/wtforms/flask-wtf
.. _archive: https://github.com/wtforms/flask-wtf/archive/main.tar.gz
.. _GitHub: https://github.com/pallets-eco/flask-wtf
.. _archive: https://github.com/pallets-eco/flask-wtf/archive/main.tar.gz
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dynamic = ["version"]
[project.urls]
Documentation = "https://flask-wtf.readthedocs.io/"
Changes = "https://flask-wtf.readthedocs.io/changes/"
"Source Code" = "https://github.com/wtforms/flask-wtf/"
"Issue Tracker" = "https://github.com/wtforms/flask-wtf/issues/"
"Source Code" = "https://github.com/pallets-eco/flask-wtf/"
"Issue Tracker" = "https://github.com/pallets-eco/flask-wtf/issues/"
Chat = "https://discord.gg/pallets"

[project.optional-dependencies]
Expand Down

0 comments on commit 0b2e5e4

Please sign in to comment.