From 84e4b09a7d16594e01f3b3bf7f9d1472d1174930 Mon Sep 17 00:00:00 2001 From: Kael Zhang Date: Mon, 23 Dec 2024 23:00:45 +0800 Subject: [PATCH] fixes png --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index bd568c8..1dbbff8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -41,7 +41,7 @@ With the help of `stock-pandas` and mplfinance, we could easily draw something like: -![](boll.png) +![](https://github.com/kaelzhang/stock-pandas/blob/master/docs/boll.png) The code example is available at [here](https://github.com/kaelzhang/stock-pandas-examples/blob/master/example/bollinger_bands.ipynb).