Skip to content

Commit

Permalink
Update references to the project URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Aug 26, 2024
1 parent c235734 commit 6c77ced
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions doc/_templates/sidebarintro.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h3>Useful Links</h3>
<ul>
<li><a href="http://flask.pocoo.org/" target="_blank">Flask</a></li>
<li><a href="http://github.com/flask-admin/flask-admin" target="_blank">Flask-Admin @ github</a></li>
<li><a href="http://github.com/pallets-eco/flask-admin" target="_blank">Flask-Admin @ github</a></li>
</ul>

<a class="github" href="http://github.com/flask-admin/flask-admin" target="_blank"><img style="position: fixed; top: 0; right: 0; border: 0;"
<a class="github" href="http://github.com/pallets-eco/flask-admin" target="_blank"><img style="position: fixed; top: 0; right: 0; border: 0;"
src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
2 changes: 1 addition & 1 deletion doc/_themes/flask/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pygments_style = flask_theme_support.FlaskyStyle
index_logo = 'flask-admin.png'
index_logo_height = 140px
touch_icon =
github_fork = 'flask-admin/flask-admin'
github_fork = 'pallets-eco/flask-admin'
6 changes: 3 additions & 3 deletions doc/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ from the GeoAlchemy backend, rather than the usual SQLAlchemy backend::
Some of the Geometry field types that are available include:
"POINT", "MULTIPOINT", "POLYGON", "MULTIPOLYGON", "LINESTRING" and "MULTILINESTRING".

Have a look at https://github.com/flask-admin/flask-admin/tree/master/examples/geo_alchemy
Have a look at https://github.com/pallets-eco/flask-admin/tree/master/examples/geo_alchemy
to get started.

Display map widgets
Expand Down Expand Up @@ -462,7 +462,7 @@ Known issues:
- Many-to-Many model relations are not supported: there's no built-in way to express M2M relation in Peewee

For more, check the :class:`~flask_admin.contrib.peewee` API documentation. Or look at
the Peewee example at https://github.com/flask-admin/flask-admin/tree/master/examples/peewee.
the Peewee example at https://github.com/pallets-eco/flask-admin/tree/master/examples/peewee.

PyMongo
*******
Expand Down Expand Up @@ -492,7 +492,7 @@ This is minimal PyMongo view::
On top of that you can add sortable columns, filters, text search, etc.

For more, check the :class:`~flask_admin.contrib.pymongo` API documentation. Or look at
the pymongo example at https://github.com/flask-admin/flask-admin/tree/master/examples/pymongo.
the pymongo example at https://github.com/pallets-eco/flask-admin/tree/master/examples/pymongo.

Migrating From Django
---------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ because they let you group together all of the usual
*Create, Read, Update, Delete* (CRUD) view logic into a single, self-contained
class for each of your models.

**What does it look like?** Clone the `GitHub repository <https://github.com/flask-admin/flask-admin>`_
**What does it look like?** Clone the `GitHub repository <https://github.com/pallets-eco/flask-admin>`_
and run the provided examples locally to get a feel for Flask-Admin. There are several to choose from
in the `examples` directory.

Expand Down
2 changes: 1 addition & 1 deletion doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ list_row_actions Row action cell with edit/remove/etc buttons
empty_list_message Message that will be displayed if there are no models found
======================= ============================================

Have a look at the `layout` example at https://github.com/flask-admin/flask-admin/tree/master/examples/custom-layout
Have a look at the `layout` example at https://github.com/pallets-eco/flask-admin/tree/master/examples/custom-layout
to see how you can take full stylistic control over the admin interface.

Template Context Variables
Expand Down
2 changes: 1 addition & 1 deletion examples/auth-flask-login/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/auth/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/babel/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/bootstrap4/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/csp-nonce/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-layout/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/forms-files-images/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/geo_alchemy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/host-matching/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/methodview/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-admin-instances/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/peewee/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/pymongo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/sqla-association_proxy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/sqla-custom-inline-forms/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/sqla/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
2 changes: 1 addition & 1 deletion examples/tinymongo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To run this example:

1. Clone the repository::

git clone https://github.com/flask-admin/flask-admin.git
git clone https://github.com/pallets-eco/flask-admin.git
cd flask-admin

2. Create and activate a virtual environment::
Expand Down
4 changes: 2 additions & 2 deletions flask_admin/contrib/peewee/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ def display_row_controls(self, field):
in in .contribute() below
For reference, .process() introduced in:
https://github.com/flask-admin/flask-admin/commit/2845e4b28cb40b25e2bf544b327f6202dc7e5709
https://github.com/pallets-eco/flask-admin/commit/2845e4b28cb40b25e2bf544b327f6202dc7e5709
Fixed, brokenly I think, in:
https://github.com/flask-admin/flask-admin/commit/4383eef3ce7eb01878f086928f8773adb9de79f8#diff-f87e7cd76fb9bc48c8681b24f238fb13R30
https://github.com/pallets-eco/flask-admin/commit/4383eef3ce7eb01878f086928f8773adb9de79f8#diff-f87e7cd76fb9bc48c8681b24f238fb13R30
"""

def populate_obj(self, obj, name):
Expand Down
2 changes: 1 addition & 1 deletion flask_admin/static/admin/js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
return true;
case 'x-editable-combodate':
// Fixes bootstrap4 issue where data-template breaks bs4 popover.
// https://github.com/flask-admin/flask-admin/issues/2022
// https://github.com/pallets-eco/flask-admin/issues/2022
let template = $el.data('template');
$el.removeAttr('data-template');
$el.editable({
Expand Down
4 changes: 2 additions & 2 deletions flask_admin/translations/zh_Hans_CN/LC_MESSAGES/advanced.po
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ msgid ""
"admin/flask-admin/tree/master/examples/peewee."
msgstr ""
"更多信息,请参阅 :class:`~flask_admin.contrib.peewee` API 文档。或查看 Peewee 使用示例 "
"https://github.com/flask-admin/flask-admin/tree/master/examples/peewee。"
"https://github.com/pallets-eco/flask-admin/tree/master/examples/peewee。"

#: ../../doc/advanced.rst:409
msgid "PyMongo"
Expand Down Expand Up @@ -741,7 +741,7 @@ msgid ""
"admin/flask-admin/tree/master/examples/pymongo."
msgstr ""
"更多信息,请参阅 :class:`~flask_admin.contrib.pymongoe` API 文档。或查看 PyMongo 使用示例 "
"https://github.com/flask-admin/flask-admin/tree/master/examples/pymongo。"
"https://github.com/pallets-eco/flask-admin/tree/master/examples/pymongo。"

#: ../../doc/advanced.rst:439
msgid "Migrating From Django"
Expand Down
4 changes: 2 additions & 2 deletions flask_admin/translations/zh_Hans_CN/LC_MESSAGES/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ msgid ""
"**What does it look like?** At http://examples.flask-admin.org/ you can "
"see some examples of Flask-Admin in action, or browse through the "
"`examples/` directory in the `GitHub repository <https://github.com"
"/flask-admin/flask-admin>`_."
"/pallets-eco/flask-admin>`_."
msgstr ""
"**它是什么样子的?** 在 http://examples.flask-admin.org/,你可以看到 "
"Flask-Admin 的一些示例,也可以直接浏览 `GitHub 存储库 <https://github.com"
"/flask-admin/flask-admin>`_ 中的 `examples/` 目录。"
"/pallets-eco/flask-admin>`_ 中的 `examples/` 目录。"

#: ../../index.rst:40
msgid "Support"
Expand Down

0 comments on commit 6c77ced

Please sign in to comment.