Skip to content

Commit

Permalink
Fix links for readme badges (#62)
Browse files Browse the repository at this point in the history
Fixes #60 

- change organisation in links to `lowe-lab-ucl`
- refer to `main` branch rather than `master`
- remove badges that can't be displayed because they require a package
to be released on `pypi`
  • Loading branch information
p-j-smith authored Mar 13, 2023
1 parent d6a2406 commit 173a8c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# napari-btrack

[![License](https://img.shields.io/pypi/l/napari-btrack.svg?color=green)](https://github.com/quantumjot/napari-btrack/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-btrack.svg?color=green)](https://pypi.org/project/napari-btrack)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-btrack.svg?color=green)](https://python.org)
[![tests](https://github.com/quantumjot/napari-btrack/workflows/tests/badge.svg)](https://github.com/quantumjot/napari-btrack/actions)
[![codecov](https://codecov.io/gh/quantumjot/napari-btrack/branch/master/graph/badge.svg)](https://codecov.io/gh/quantumjot/napari-btrack)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
![tests](https://github.com/lowe-lab-ucl/napari-btrack/workflows/tests/badge.svg)
[![codecov](https://codecov.io/gh/lowe-lab-ucl/napari-btrack/branch/main/graph/badge.svg)](https://codecov.io/gh/lowe-lab-ucl/napari-btrack)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

A plugin to use btrack from napari
Expand Down Expand Up @@ -51,7 +49,7 @@ If you encounter any problems, please [file an issue] along with a detailed desc
[apache software license 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[mozilla public license 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[file an issue]: https://github.com/quantumjot/napari-btrack/issues
[file an issue]: https://github.com/lowe-lab-ucl/napari-btrack/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ site_author: Alan R. Lowe

theme: readthedocs

repo_url: https://github.com/quantumjot/napari-btrack
repo_url: https://github.com/lowe-lab-ucl/napari-btrack

pages:
- Home: index.md
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ optional-dependencies.pyside = [
optional-dependencies.qt = [
"napari-btrack[pyside]",
]
urls.homepage = "https://github.com/quantumjot/napari-btrack"
urls.homepage = "https://github.com/lowe-lab-ucl/napari-btrack"

[tool.coverage]
report = {skip_covered = true, sort = "cover"}
Expand Down

0 comments on commit 173a8c8

Please sign in to comment.