Skip to content

Commit cd98f79

Browse files
committed
PyPi needs full image URLs in Readme.md
Change-Id: Iad56ea4b08bb976fd2cc7f6dba6f5c3f6f659fb3
1 parent 402b3cd commit cd98f79

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
@@ -80,7 +80,7 @@ df = KorAPClient.ipm(KorAPConnection().frequencyQuery(QUERY, df.vc)).merge(df)
8080
alt.Chart(df).mark_line(point=True).encode(y="ipm", x="Year:T", color="Country", href="webUIRequestUrl") \
8181
.properties(title=QUERY).show()
8282
```
83-
[![Frequency per million words of “Hello World“ in DE vs. CH from 2010 to 2018 in newspapers and magazines](figures/hello-world.png)<!-- -->](https://korap.github.io/PythonKorAPClient/figures/hello_world.html)
83+
[![Frequency per million words of “Hello World“ in DE vs. CH from 2010 to 2018 in newspapers and magazines](https://raw.githubusercontent.com/KorAP/PythonKorAPClient/master/figures/hello-world.png)<!-- -->](https://korap.github.io/PythonKorAPClient/figures/hello_world.html)
8484

8585

8686
### Identify *in … setzen* light verb constructions by the `collocationAnalysis` method

0 commit comments

Comments
 (0)