Skip to content

Commit

Permalink
Merge pull request #547 from isidentical/fixup-references
Browse files Browse the repository at this point in the history
fixup references to dask/s3fs
  • Loading branch information
martindurant authored Nov 5, 2021
2 parents 6f47de4 + c1e2060 commit 0ac0362
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash -l {0}
run: |
conda install -c conda-forge pip botocore aiobotocore "moto>=2.0" pytest flake8 black -y
pip install git+https://github.com/intake/filesystem_spec --no-deps
pip install git+https://github.com/fsspec/filesystem_spec --no-deps
conda list
conda --version
Expand Down
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Dask is a community maintained project. We welcome contributions in the form of bug reports, documentation, code, design proposals, and more.

For general information on how to contribute see https://docs.dask.org/en/latest/develop.html.
s3fs is a community maintained project. We welcome contributions in the form of bug reports, documentation, code, design proposals, and more.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ View the documentation_ for s3fs.
.. _documentation: http://s3fs.readthedocs.io/en/latest/
.. _aiobotocore: https://aiobotocore.readthedocs.io/en/latest/

.. |Build Status| image:: https://github.com/dask/s3fs/workflows/CI/badge.svg
:target: https://github.com/dask/s3fs/actions
.. |Build Status| image:: https://github.com/fsspec/s3fs/workflows/CI/badge.svg
:target: https://github.com/fsspec/s3fs/actions
:alt: Build Status
.. |Doc Status| image:: https://readthedocs.org/projects/s3fs/badge/?version=latest
:target: https://s3fs.readthedocs.io/en/latest/?badge=latest
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
todo_include_todos = False

extlinks = {
"pr": ("https://github.com/dask/s3fs/pull/%s", "PR #"),
"pr": ("https://github.com/fsspec/s3fs/pull/%s", "PR #"),
}


Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Install from source

You can also download the ``s3fs`` library from Github and install normally::

git clone [email protected]:dask/s3fs
git clone [email protected]:fsspec/s3fs
cd s3fs
python setup.py install
2 changes: 1 addition & 1 deletion release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

4. Push new version bump commit and tag to github

git push dask main --tags
git push fsspec main --tags

5. Build source and wheel packages

Expand Down
2 changes: 1 addition & 1 deletion s3fs/tests/test_s3fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ def test_leading_forward_slash(s3):


def test_lsdir(s3):
# https://github.com/dask/s3fs/issues/475
# https://github.com/fsspec/s3fs/issues/475
s3.find(test_bucket_name)

d = test_bucket_name + "/test"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'Programming Language :: Python :: 3.9',
],
description='Convenient Filesystem interface over S3',
url='http://github.com/dask/s3fs/',
url='http://github.com/fsspec/s3fs/',
maintainer='Martin Durant',
maintainer_email='[email protected]',
license='BSD',
Expand Down

0 comments on commit 0ac0362

Please sign in to comment.