Skip to content

Commit 41c1151

Browse files
author
Joseph Damiba
committed
fix dead link
1 parent 3a6389a commit 41c1151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/python/chart-studio/2019-07-03-embedding-charts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="inner_cell">
1818
<div class="text_cell_render border-box-sizing rendered_html">
1919
<p>Plotly graphs can be embedded in any HTML page. This includes <a href="https://plotly.com/ipython-notebooks/">IPython notebooks</a>, <a href="https://wordpress.org/plugins/wp-plotly">Wordpress sites</a>, dashboards, blogs, and more.</p>
20-
<p>For more on embedding Plotly graphs in HTML documents, <a href="https://plotly.com/how-to-embed-plotly-graphs-in-websites">see our tutorial</a>.</p>
20+
<p>For more on embedding Plotly graphs in HTML documents, <a href="https://plotly.com/python/interactive-html-export/">see our tutorial</a>.</p>
2121
<p>From Python, you can generate the HTML code to embed Plotly graphs with the <code>plotly.tools.get_embed</code> function.</p>
2222

2323
</div>

0 commit comments

Comments
 (0)