Skip to content

Commit d3142bb

Browse files
authored
Switch LICENSE badge in the README to an absolute link (#51)
Following #50, one additional change that was missed was switching the license link in the README to be absolute instead of relative, as the latter does not work in the PyPI package description.
1 parent c3736bb commit d3142bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![CI](https://github.com/microsoft/syntheseus/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/microsoft/syntheseus/actions/workflows/ci.yml)
99
[![Python Version](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
1010
[![code style](https://img.shields.io/badge/code%20style-black-202020.svg)](https://github.com/ambv/black)
11-
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
11+
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/microsoft/syntheseus/blob/main/LICENSE)
1212

1313
Syntheseus is a package for end-to-end retrosynthetic planning.
1414
- ⚒️ Combines search algorithms and reaction models in a standardized way

0 commit comments

Comments
 (0)