Skip to content

Commit 42ef194

Browse files
authored
Turn relative into absolute img paths
1 parent 678e291 commit 42ef194

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# <a href="https://docs.bikenetkit.org/LinkBikeNet/"><img src="docs/source/_static/logo_linkbikenet.svg" alt="LinkBikeNet" width="276.6" height="59"></a>
1+
# <a href="https://docs.bikenetkit.org/LinkBikeNet/"><img src="https://github.com/BikeNetKit/LinkBikeNet/raw/main/docs/source/_static/logo_linkbikenet.svg" alt="LinkBikeNet" width="276.6" height="59"></a>
22

33
[![PyPI - Version](https://img.shields.io/pypi/v/linkbikenet?color=10d249)](https://pypi.org/project/LinkBikeNet/)
44
[![Test](https://github.com/BikeNetKit/LinkBikeNet/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/BikeNetKit/LinkBikeNet/actions/workflows/test.yml)
55

66
The Python package `linkbikenet` finds links between the disconnected components in a city's bicycle network. You can download street and bike network data with a single line of code, simulate different bicycle network linking scenarios, and export and plot the resulting prioritized linking steps.
77

8-
[![Example Budapest](docs/source/_static/linkbikenet-budapest.gif)](https://bikenetkit.org/linkbikenet)
8+
[![Example Budapest](https://github.com/BikeNetKit/LinkBikeNet/raw/main/docs/source/_static/linkbikenet-budapest.gif)](https://bikenetkit.org/linkbikenet)
99

1010
LinkBikeNet is a decision support tool for urban planners. It is also useful for proactive citizens to create a compelling vision for urban cycling in their city, and it aims to foster research on bicycle networks.
1111

0 commit comments

Comments
 (0)