Skip to content

Commit 9d2a5c4

Browse files
author
Tim Hopper
committed
relative paths
1 parent 8b03fa9 commit 9d2a5c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/t_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta property="og:title" content="Python Plotting for Exploratory Analysis" />
1313
<meta property="og:type" content="article" />
14-
<meta property="og:url" content="http://pythonplot.com.s3-website-us-east-1.amazonaws.com" />
14+
<meta property="og:url" content="https://pythonplot.com" />
1515
<meta property="og:image" content="http://pythonplot.com.s3-website-us-east-1.amazonaws.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." />
@@ -80,7 +80,7 @@
8080
<div class="container">
8181

8282
<div class="row"><div class="col-xs-12 col-lg-6 col-md-8 offset-md-1 offset-lg-2">
83-
<img class="img-fluid pb-4" src="http://pythonplot.com.s3-website-us-east-1.amazonaws.com/img/banner.png">
83+
<img class="img-fluid pb-4" src="/img/banner.png">
8484
<h1>Python Plotting for Exploratory Data Analysis</h1>
8585

8686
<blockquote class="blockquote">

0 commit comments

Comments
 (0)