Skip to content

Commit

Permalink
Merge ac67728 into 89ff7f6
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Jun 22, 2020
2 parents 89ff7f6 + ac67728 commit 83bbfc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -59,7 +59,7 @@ Before working on your next contribution, make sure your local repository is up

1. Set the upstream remote. (You only have to do this once per project, not every time.)

`$ git remote add upstream git@github.com:MPBA/project-repo-name`
`$ git remote add upstream git@github.com:histolab/histolab`

2. Switch to the local master branch.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def ascii_bytes_from(path, *paths):
description="Python library for Digital Pathology Image Processing",
long_description=readme,
long_description_content_type="text/markdown",
url="https://github.com/MPBA/histolab",
url="https://github.com/histolab/histolab",
download_url="https://pypi.python.org/pypi/histolab",
install_requires=install_requires,
tests_require=test_requires,
Expand Down
2 changes: 1 addition & 1 deletion src/histolab/data/__init__.py
Expand Up @@ -72,7 +72,7 @@ def _create_image_fetcher():
return None, legacy_data_dir

pooch_version = __version__.replace(".dev", "+")
url = "https://github.com/MPBA/histolab/raw/{version}/histolab/"
url = "https://github.com/histolab/histolab/raw/{version}/histolab/"

# Create a new friend to manage your sample data storage
image_fetcher = pooch.create(
Expand Down

0 comments on commit 83bbfc4

Please sign in to comment.