Skip to content

Commit 4574e37

Browse files
authored
fix image url
1 parent ad773d8 commit 4574e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/t_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:title" content="Python Plotting for Exploratory Analysis" />
1313
<meta property="og:type" content="article" />
1414
<meta property="og:url" content="https://pythonplot.com" />
15-
<meta property="og:image" content="http://pythonplot.com.s3-website-us-east-1.amazonaws.com/img/cover.png" />
15+
<meta property="og:image" content="http://pythonplot.com/img/cover.png" />
1616
<meta property="og:description"
1717
content="Interactive comparison of Python plotting libraries for exploratory data analysis. Examples of using Pandas plotting, plotnine, Seaborn, and Matplotlib. Includes comparison with ggplot2 for R." />
1818
<meta name="twitter:card" content="summary" />

0 commit comments

Comments
 (0)