Skip to content

Commit 6fd85d1

Browse files
committed
DOC: Fix Google Colab badge
Can't do `<img src=SVG>`.
1 parent 65f54f6 commit 6fd85d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtesting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
These tutorials are also available as live Jupyter notebooks:
1717
[![Binder](https://mybinder.org/badge_logo.svg)][binder]
18-
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)][colab]
18+
[![Google Colab](https://colab.research.google.com/assets/colab-badge.png)][colab]
1919
<br>In Colab, you might have to `!pip install backtesting`.
2020
2121
[binder]: \

0 commit comments

Comments
 (0)