Skip to content

Commit 3febbfe

Browse files
authored
Merge pull request #8126 from AnalyticalGraphicsInc/index-links
Update tutorial links in index.release.html
2 parents 37095c2 + 6768136 commit 3febbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.release.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2>External links</h2>
102102
<td>Follow project news, developer tips, and posts about Cesium's innovative technology</td>
103103
</tr>
104104
<tr>
105-
<td><a href="https://cesiumjs.org/tutorials.html">Tutorials</a></td>
105+
<td><a href="https://cesium.com/docs/">Tutorials</a></td>
106106
<td>Step-by-step guides for learning to use CesiumJS</td>
107107
</tr>
108108
<tr>
@@ -132,7 +132,7 @@ <h2>External links</h2>
132132
if (window.location.protocol === 'file:') {
133133
document.body.innerHTML = '';
134134
document.write('<p><b>This file must be hosted in a web server.</br>');
135-
document.write('See our <a href="https://cesiumjs.org/tutorials/Cesium-Workshop/#setup">Cesium Workshop</a> ');
135+
document.write('See our <a href="https://cesium.com/docs/tutorials/cesium-workshop/#setup">Cesium Workshop</a> ');
136136
document.write('tutorial for a step-by-step guide.</b></p>');
137137
}
138138
</script>

0 commit comments

Comments
 (0)