Skip to content

Commit 61fd28a

Browse files
fix up config page
1 parent 470dc04 commit 61fd28a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_posts/plotly_js/fundamentals/config-options/2015-09-24-config-opt-link-text.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
var config = {
1818
showLink: true,
19-
plotlyServerURL: "https://plotly.com",
19+
plotlyServerURL: "https://chart-studio.plotly.com",
2020
linkText: 'This text is custom!'
2121
};
2222

_posts/plotly_js/fundamentals/config-options/2015-09-24-config-opt-showlink.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
var config = {
2626
showLink: true,
27-
plotlyServerURL: "https://plotly.com"
27+
plotlyServerURL: "https://chart-studio.plotly.com"
2828
};
2929

3030
Plotly.newPlot('myDiv', data, layout, config);

_posts/plotly_js/fundamentals/config-options/2015-09-24-config-showSendToCloud.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
var config = {
2020
showEditInChartStudio: true,
21-
plotlyServerURL: "https://plotly.com"
21+
plotlyServerURL: "https://chart-studio.plotly.com"
2222
};
2323

2424
Plotly.newPlot('myDiv', data, layout, config);

0 commit comments

Comments
 (0)