Skip to content

Commit 54d3e06

Browse files
author
Joseph Damiba
committed
use .com instead of .ly tld for hyperlinks
1 parent b0bee57 commit 54d3e06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_layouts/base.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ <h1>
7575

7676
{% if page.permalink contains "javascript/" or page.permalink contains "python/" %}
7777

78-
<a href="https://dash.plot.ly"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
78+
<a href="https://dash.plotly.com"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
7979

8080
{%elsif page.permalink contains "r/" or page.permalink contains "ggplot2/" %}
8181

82-
<a href="https://dashr.plot.ly"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
82+
<a href="https://dashr.plotly.com"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
8383

8484
{% endif %}
8585
<!--End Plotly Basics Section-->

_layouts/langindex.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<!--End content -->
2929
{% if page.permalink contains "javascript/" or page.permalink contains "python/" %}
3030

31-
<a href="https://dash.plot.ly"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
31+
<a href="https://dash.plotly.com"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
3232

3333
{%elsif page.permalink contains "r/" or page.permalink contains "ggplot2/" %}
3434

35-
<a href="https://dashr.plot.ly"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
35+
<a href="https://dashr.plotly.com"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
3636

3737
{% endif %}
3838
</section>

0 commit comments

Comments
 (0)