Skip to content

Commit

Permalink
Make README badges links.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Dec 7, 2023
1 parent 36ce5f7 commit e1c05b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# OptIK

<p>
<img alt="MIT" src="https://img.shields.io/badge/license-MIT-blue.svg">
<img alt="Apache" src="https://img.shields.io/badge/license-Apache-blue.svg">
<img alt="CI" src="https://github.com/kylc/optik/actions/workflows/ci.yaml/badge.svg">
<img alt="PyPI" src="https://img.shields.io/pypi/v/optik-py.svg">
<a href="https://zenodo.org/badge/latestdoi/696468110"><img src="https://zenodo.org/badge/696468110.svg" alt="DOI"></a>
</p>
<h1>
<a href="https://github.com/kylc/optik/blob/master/LICENSE-MIT"> <img alt="MIT" src="https://img.shields.io/badge/license-MIT-blue.svg"> </a>
<a href="https://github.com/kylc/optik/blob/master/LICENSE-APACHE"> <img alt="Apache" src="https://img.shields.io/badge/license-Apache-blue.svg"> </a>
<a href="https://github.com/kylc/optik/actions/workflows/ci.yaml"> <img alt="ci" src="https://github.com/kylc/optik/actions/workflows/ci.yaml/badge.svg"> </a>
<a href="https://pypi.org/project/optik-py/"> <img alt="PyPI" src="https://img.shields.io/pypi/v/optik-py.svg"> </a>
<a href="https://zenodo.org/badge/latestdoi/696468110"> <img alt="DOI" src="https://zenodo.org/badge/696468110.svg"> </a>
</h1>

A fast inverse kinematics solver for arbitrary serial chains providing Rust, C++, and Python programming interfaces.

Expand Down

0 comments on commit e1c05b7

Please sign in to comment.