We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc2cb2 commit c1a14d8Copy full SHA for c1a14d8
Apps/Sandcastle/index.html
@@ -81,7 +81,7 @@
81
data-dojo-type="dijit.layout.ContentPane"
82
data-dojo-props="region: 'top'"
83
>
84
- <a href="https://dev-sandcastle.cesium.com"
+ <a href="https://sandcastle.cesium.com"
85
>Try the new version of Sandcastle today!</a
86
87
</div>
packages/sandcastle/src/App.tsx
@@ -483,7 +483,10 @@ function App() {
483
synchronizeColorScheme
484
485
<div className="banner">
486
- <Anchor href="https://sandcastle.cesium.com" tone="accent">
+ <Anchor
487
+ href="https://cesium.com/downloads/cesiumjs/releases/1.134/Apps/Sandcastle/index.html"
488
+ tone="accent"
489
+ >
490
Looking for the old Sandcastle? It's still here (for a little while) →
491
</Anchor>
492
0 commit comments