Skip to content

Commit

Permalink
Merge 2c9c310 into 50b6628
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Jun 24, 2020
2 parents 50b6628 + 2c9c310 commit 722e49d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -23,7 +23,7 @@ style.
Code contributions—bug fixes, new development, test improvement—all follow a GitHub-centered workflow. To participate
in Histolab development, set up a GitHub account. Then:

1. Fork the repo https://github.com/MPBA/histolab. Go to the project repo page and use the Fork button. This will
1. Fork the repo https://github.com/histolab/histolab. Go to the project repo page and use the Fork button. This will
create a copy of the repo, under your username. (For more details on how to fork a repository see
[this guide](https://help.github.com/articles/fork-a-repo/).)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -211,11 +211,11 @@ We use [PEP 440](https://www.python.org/dev/peps/pep-0440/) for versioning.

## License

This project is licensed under `Apache License Version 2.0` - see the [LICENSE.txt](https://github.com/MPBA/histolab/blob/master/LICENSE.txt) file for details
This project is licensed under `Apache License Version 2.0` - see the [LICENSE.txt](https://github.com/histolab/histolab/blob/master/LICENSE.txt) file for details

## Roadmap

[Open issues](https://github.com/MPBA/histolab/issues)
[Open issues](https://github.com/histolab/histolab/issues)

## Acknowledgements

Expand Down
4 changes: 2 additions & 2 deletions docs/contributing.rst
Expand Up @@ -32,7 +32,7 @@ in Histolab development, set up a GitHub account. Then:


#.
Fork the repo https://github.com/MPBA/histolab. Go to the project repo page and use the Fork button. This will
Fork the repo https://github.com/histolab/histolab. Go to the project repo page and use the Fork button. This will
create a copy of the repo, under your username. (For more details on how to fork a repository see
`this guide <https://help.github.com/articles/fork-a-repo/>`_.)

Expand Down Expand Up @@ -77,7 +77,7 @@ Before working on your next contribution, make sure your local repository is up
#.
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/project-repo-name``

#.
Switch to the local master branch.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -56,7 +56,7 @@ Authors

License
*******
This project is licensed under `Apache License Version 2.0` - see the `LICENSE.txt <https://github.com/MPBA/histolab/blob/master/LICENSE.txt>`_ file for details.
This project is licensed under `Apache License Version 2.0` - see the `LICENSE.txt <https://github.com/histolab/histolab/blob/master/LICENSE.txt>`_ file for details.

Acknowledgements
****************
Expand Down
2 changes: 1 addition & 1 deletion docs/readme.rst
Expand Up @@ -59,7 +59,7 @@ Authors

License
*******
This project is licensed under `Apache License Version 2.0` - see the `LICENSE.txt <https://github.com/MPBA/histolab/blob/master/LICENSE.txt>`_ file for details.
This project is licensed under `Apache License Version 2.0` - see the `LICENSE.txt <https://github.com/histolab/histolab/blob/master/LICENSE.txt>`_ file for details.

Acknowledgements
****************
Expand Down

0 comments on commit 722e49d

Please sign in to comment.