Skip to content

Commit

Permalink
Correct github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Jun 10, 2024
1 parent ed845d4 commit ccf9262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# dlmbl-unet

[![License](https://img.shields.io/pypi/l/dlmbl-unet.svg?color=green)](https://github.com/msschwartz21/dlmbl-unet/raw/main/LICENSE)
[![License](https://img.shields.io/pypi/l/dlmbl-unet.svg?color=green)](https://github.com/dlmbl/dlmbl-unet/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/dlmbl-unet.svg?color=green)](https://pypi.org/project/dlmbl-unet)
[![Python Version](https://img.shields.io/pypi/pyversions/dlmbl-unet.svg?color=green)](https://python.org)
[![CI](https://github.com/msschwartz21/dlmbl-unet/actions/workflows/ci.yml/badge.svg)](https://github.com/msschwartz21/dlmbl-unet/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/msschwartz21/dlmbl-unet/branch/main/graph/badge.svg)](https://codecov.io/gh/msschwartz21/dlmbl-unet)
[![CI](https://github.com/dlmbl/dlmbl-unet/actions/workflows/ci.yml/badge.svg)](https://github.com/dlmbl/dlmbl-unet/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/dlmbl/dlmbl-unet/branch/main/graph/badge.svg)](https://codecov.io/gh/dlmbl/dlmbl-unet)

A basic UNet backbone for DL@MBL exercises
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dev = [
]

[project.urls]
homepage = "https://github.com/msschwartz21/dlmbl-unet"
repository = "https://github.com/msschwartz21/dlmbl-unet"
homepage = "https://github.com/dlmbl/dlmbl-unet"
repository = "https://github.com/dlmbl/dlmbl-unet"

# same as console_scripts entry point
# [project.scripts]
Expand Down

0 comments on commit ccf9262

Please sign in to comment.