Skip to content

Commit

Permalink
Merge pull request #1320 from AnalyticalGraphicsInc/update-address
Browse files Browse the repository at this point in the history
Update master's references to the website.
  • Loading branch information
kring committed Nov 27, 2013
2 parents e37c6ad + e07b146 commit 19593bc
Show file tree
Hide file tree
Showing 39 changed files with 59 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Apps/Sandcastle/gallery/Black Marble.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

var widget = new Cesium.CesiumWidget('cesiumContainer', {
imageryProvider : new Cesium.TileMapServiceImageryProvider({
url : 'http://cesium.agi.com/blackmarble',
url : 'http://cesiumjs.org/blackmarble',
maximumLevel : 8,
credit : 'Black Marble imagery courtesy NASA Earth Observatory'
})
Expand Down
2 changes: 1 addition & 1 deletion Apps/Sandcastle/gallery/Imagery Layers.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

var layers = widget.centralBody.getImageryLayers();
var blackMarble = layers.addImageryProvider(new Cesium.TileMapServiceImageryProvider({
url : 'http://cesium.agi.com/blackmarble',
url : 'http://cesiumjs.org/blackmarble',
maximumLevel : 8,
credit : 'Black Marble imagery courtesy NASA Earth Observatory'
}));
Expand Down
2 changes: 1 addition & 1 deletion Apps/Sandcastle/gallery/Terrain.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
centralBody.depthTestAgainstTerrain = true;

var cesiumTerrainProvider = new Cesium.CesiumTerrainProvider({
url : 'http://cesium.agi.com/smallterrain',
url : 'http://cesiumjs.org/smallterrain',
credit : 'Terrain data courtesy Analytical Graphics, Inc.'
});

Expand Down
21 changes: 3 additions & 18 deletions Apps/Sandcastle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,34 +32,19 @@
<script src="jsHintOptions.js"></script>
<script src="gallery/gallery-index.js"></script>
<script src="CesiumSandcastle.js"></script>
<script type="text/javascript">
if (window.location.host === "cesium.agi.com") {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30040272-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
}
</script>
<meta property="og:title" content="Cesium Sandcastle" />
<meta property="og:description" content="The Cesium Sandcastle provides an interactive environment for testing Cesium code." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://cesium.agi.com" />
<meta property="og:image" content="http://cesium.agi.com/CesiumViewer.jpg" />
<meta property="og:url" content="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html" />
<meta property="og:image" content="http://cesiumjs.org/images/Sandcastle.png" />
<meta property="og:site_name" content="Cesium" />
<meta property="fb:admins" content="1222088662,1322006496" />
</head>
<body class="claro">
<div id="loading"><span>Loading...</span></div>
<div id="appLayout" data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: true, liveSplitters: true">
<div id="toolbar" data-dojo-type="dijit.Toolbar" data-dojo-props="region: 'top'">
<div class="cesiumTitle"><a href="http://cesium.agi.com" target="_blank"><img src="./images/Cesium_Logo_Color_Overlay.png" style="width: 118px"/></a></div>
<div class="cesiumTitle"><a href="http://cesiumjs.org/" target="_blank"><img src="./images/Cesium_Logo_Color_Overlay.png" style="width: 118px"/></a></div>
<div id="buttonRun" data-dojo-type="dijit.form.Button" data-dojo-props="iconClass: 'dijitIconFunction', showLabel: true">
Run (F8)
</div>
Expand Down
2 changes: 1 addition & 1 deletion Apps/TerrainInspector/TerrainInspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require([
centralBody.depthTestAgainstTerrain = true;

centralBody.terrainProvider = new Cesium.CesiumTerrainProvider({
url : 'http://cesium.agi.com/smallterrain'
url : 'http://cesiumjs.org/smallterrain'
});

var tp = new TitlePane({
Expand Down
10 changes: 5 additions & 5 deletions Apps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script type="text/javascript">
if (window.location.protocol === 'file:') {
document.write('<p><b>Warning: This file must be hosted in a web server.</br>');
document.write('See our <a href="http://cesium.agi.com/2013/04/12/Cesium-up-and-running/">Getting Started</a> ');
document.write('See our <a href="http://cesiumjs.org/2013/04/12/Cesium-up-and-running/">Getting Started</a> ');
document.write('tutorial for a step-by-step guide.</b></p>');
}
</script>
Expand All @@ -28,10 +28,10 @@
</li>
<li>External Links
<ul>
<li><a href="http://cesium.agi.com">Homepage</a> - Cesium homepage</li>
<li><a href="http://cesium.agi.com/tutorials.html">Tutorials</a> - Step by step guides for Cesium features</li>
<li><a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html">Sandcastle</a> - Interactive learning and live coding</li>
<li><a href="http://cesium.agi.com/forum.html">Forum</a> - Forum and mailing list, questions and feedback welcome from all skill levels</li>
<li><a href="http://cesiumjs.org">Homepage</a> - Cesium homepage</li>
<li><a href="http://cesiumjs.org/tutorials.html">Tutorials</a> - Step by step guides for Cesium features</li>
<li><a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html">Sandcastle</a> - Interactive learning and live coding</li>
<li><a href="http://cesiumjs.org/forum.html">Forum</a> - Forum and mailing list, questions and feedback welcome from all skill levels</li>
<li><a href="https://github.com/AnalyticalGraphicsInc/cesium">GitHub</a> - Cesium GitHub repository</li>
</ul>
</li>
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Beta Releases
* Added `ObjectOrientedBoundingBox`.
* Added `Ellipsoid.transformPositionFromScaledSpace`.
* Added `Math.nextPowerOfTwo`.
* Renamed our main website from [cesium.agi.com](http://cesium.agi.com/) to [cesiumjs.org](http://cesiumjs.org/).

### b22 - 2013-11-01

Expand Down Expand Up @@ -448,7 +449,7 @@ _This releases fixes 2D and other issues with Chrome 29.0.1547.57 ([#1002](https
* Removed `CesiumViewerWidget.fullScreenElement`, instead use the `CesiumViewerWidget.fullscreen.viewModel.fullScreenElement` observable property.
* `IntersectionTests.rayPlane` now takes the new `Plane` type instead of separate `planeNormal` and `planeD` arguments.
* Renamed `ImageryProviderError` to `TileProviderError`.
* Added support for global terrain visualization via `CesiumTerrainProvider`, `ArcGisImageServerTerrainProvider`, and `VRTheWorldTerrainProvider`. See the [Terrain Tutorial](http://cesium.agi.com/2013/02/15/Cesium-Terrain-Tutorial/) for more information.
* Added support for global terrain visualization via `CesiumTerrainProvider`, `ArcGisImageServerTerrainProvider`, and `VRTheWorldTerrainProvider`. See the [Terrain Tutorial](http://cesiumjs.org/2013/02/15/Cesium-Terrain-Tutorial/) for more information.
* Added `FullscreenWidget` which is a simple, single-button widget that toggles fullscreen mode of the specified element.
* Added interactive extent drawing to the `Picking` Sandcastle example.
* Added `HeightmapTessellator` to create a mesh from a heightmap.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ To keep our code quality high, please make sure:
If new public classes, functions, or properties were added, also:
* Include reference documentation with code examples. Check out the [best practices](https://github.com/AnalyticalGraphicsInc/cesium/wiki/Documentation-Best-Practices).
* Update [CHANGES.md](CHANGES.md).
* If the change is significant, add a new [Sandcastle](http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html) example or extend and existing one.
* If the change is significant, add a new [Sandcastle](http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html) example or extend and existing one.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu
* [You Lu](https://github.com/YouLu)
* [David Hite](https://github.com/dav3hit3)

Also see [our contributors page](http://cesium.agi.com/contributors.html) for more information.
Also see [our contributors page](http://cesiumjs.org/contributors.html) for more information.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Cesium is a WebGL virtual globe and map engine.

http://cesium.agi.com/
http://cesiumjs.org/

### Mission ###

Expand All @@ -16,12 +16,12 @@ Our mission is to create the leading web-based globe and map for visualizing dyn

### Get Started ###

See the [Getting Started](http://cesium.agi.com/2013/04/12/Cesium-up-and-running/). Have questions? Ask them on the [forum](https://groups.google.com/d/forum/cesium-dev).
See the [Getting Started](http://cesiumjs.org/2013/04/12/Cesium-up-and-running/). Have questions? Ask them on the [forum](https://groups.google.com/d/forum/cesium-dev).

Interested in contributing? See the [wiki](https://github.com/AnalyticalGraphicsInc/cesium/wiki).

<p align="center">
<img src="http://cesium.agi.com/images/OneApiThreeViews.png" height="150" />&nbsp;
<img src="http://cesium.agi.com/images/KoreaLaunch.png" height="150" />&nbsp;
<img src="http://cesium.agi.com/images/Terrain.png" height="150" />
<img src="http://cesiumjs.org/images/OneApiThreeViews.png" height="150" />&nbsp;
<img src="http://cesiumjs.org/images/KoreaLaunch.png" height="150" />&nbsp;
<img src="http://cesiumjs.org/images/Terrain.png" height="150" />
</p>
2 changes: 1 addition & 1 deletion Source/Core/BingMapsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ define([
};

return BingMapsApi;
});
});
6 changes: 3 additions & 3 deletions Source/Core/EllipsoidalOccluder.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ define([
* Determine whether or not other objects are visible or hidden behind the visible horizon defined by
* an {@link Ellipsoid} and a camera position. The ellipsoid is assumed to be located at the
* origin of the coordinate system. This class uses the algorithm described in the
* <a href="http://cesium.agi.com/2013/04/25/Horizon-culling/">Horizon Culling</a> blog post.
* <a href="http://cesiumjs.org/2013/04/25/Horizon-culling/">Horizon Culling</a> blog post.
*
* @alias EllipsoidalOccluder
*
Expand Down Expand Up @@ -71,7 +71,7 @@ define([
* @param {Cartesian3} cameraPosition The new position of the camera.
*/
EllipsoidalOccluder.prototype.setCameraPosition = function(cameraPosition) {
// See http://cesium.agi.com/2013/04/25/Horizon-culling/
// See http://cesiumjs.org/2013/04/25/Horizon-culling/
var ellipsoid = this._ellipsoid;
var cv = ellipsoid.transformPositionToScaledSpace(cameraPosition, this._cameraPositionInScaledSpace);
var vhMagnitudeSquared = Cartesian3.magnitudeSquared(cv) - 1.0;
Expand Down Expand Up @@ -136,7 +136,7 @@ define([
* occluder.isScaledSpacePointVisible(scaledSpacePoint); //returns true
*/
EllipsoidalOccluder.prototype.isScaledSpacePointVisible = function(occludeeScaledSpacePosition) {
// See http://cesium.agi.com/2013/04/25/Horizon-culling/
// See http://cesiumjs.org/2013/04/25/Horizon-culling/
var cv = this._cameraPositionInScaledSpace;
var vhMagnitudeSquared = this._distanceToLimbInScaledSpaceSquared;
var vt = Cartesian3.subtract(occludeeScaledSpacePosition, cv, scratchCartesian);
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ define([
* boundingSphere : BoundingSphere.fromVertices(positions)
* });
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Geometry%20and%20Appearances.html">Geometry and Appearances Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Geometry%20and%20Appearances.html">Geometry and Appearances Demo</a>
*
* @see PolygonGeometry
* @see ExtentGeometry
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Shapes.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ define([
*
* @exports Shapes
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Circles%20and%20Ellipses.html">Cesium Sandcastle Circles and Ellipses Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Circles%20and%20Ellipses.html">Cesium Sandcastle Circles and Ellipses Demo</a>
*/
var Shapes = {
/**
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/AnimationCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define([
* @alias AnimationCollection
* @constructor
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Animations.html">Cesium Sandcastle Animation Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Animations.html">Cesium Sandcastle Animation Demo</a>
*/
var AnimationCollection = function() {
};
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/Billboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ define([
*
* @internalConstructor
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Billboards.html">Cesium Sandcastle Billboard Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Billboards.html">Cesium Sandcastle Billboard Demo</a>
*/
var Billboard = function(options, billboardCollection) {
options = defaultValue(options, EMPTY_OBJECT);
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/BillboardCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ define([
* imageIndex : 1
* });
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Billboards.html">Cesium Sandcastle Billboard Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Billboards.html">Cesium Sandcastle Billboard Demo</a>
*/
var BillboardCollection = function(options) {
options = defaultValue(options, defaultValue.EMPTY_OBJECT);
Expand Down
4 changes: 2 additions & 2 deletions Source/Scene/Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ define([
* camera.frustum.near = 1.0;
* camera.frustum.far = 2.0;
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Camera.html">Cesium Sandcastle Camera Demo</a>
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Camera.html">Sandcastle Example</a> from the <a href="http://cesium.agi.com/2013/02/13/Cesium-Camera-Tutorial/">Camera Tutorial</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Camera.html">Cesium Sandcastle Camera Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Camera.html">Sandcastle Example</a> from the <a href="http://cesiumjs.org/2013/02/13/Cesium-Camera-Tutorial/">Camera Tutorial</a>
*/
var Camera = function(context) {
if (!defined(context)) {
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/Credit.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define([
*
* @example
* //Create a credit with a tooltip, image and link
* var credit = new Credit('Cesium', '/images/cesium_logo.png', 'http://cesium.agi.com/');
* var credit = new Credit('Cesium', '/images/cesium_logo.png', 'http://cesiumjs.org/');
*/

var Credit = function(text, imageUrl, link) {
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/EllipsoidPrimitive.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ define([
* e.radii = new Cartesian3(100000.0, 100000.0, 200000.0);
* primitives.add(e);
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Volumes.html">Cesium Sandcastle Volumes Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Volumes.html">Cesium Sandcastle Volumes Demo</a>
*/
var EllipsoidPrimitive = function(options) {
options = defaultValue(options, defaultValue.EMPTY_OBJECT);
Expand Down
4 changes: 2 additions & 2 deletions Source/Scene/ImageryLayerCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ define([
* @alias ImageryLayerCollection
* @constructor
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Adjustment.html">Cesium Sandcastle Imagery Adjustment Demo</a>
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Layers%20Manipulation.html">Cesium Sandcastle Imagery Manipulation Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Adjustment.html">Cesium Sandcastle Imagery Adjustment Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Layers%20Manipulation.html">Cesium Sandcastle Imagery Manipulation Demo</a>
*/
var ImageryLayerCollection = function ImageryLayerCollection() {
this._layers = [];
Expand Down
4 changes: 2 additions & 2 deletions Source/Scene/ImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ define([
* @see OpenStreetMapImageryProvider
* @see WebMapServiceImageryProvider
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Layers.html">Cesium Sandcastle Imagery Layers Demo</a>
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Layers%20Manipulation.html">Cesium Sandcastle Imagery Manipulation Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Layers.html">Cesium Sandcastle Imagery Layers Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Layers%20Manipulation.html">Cesium Sandcastle Imagery Manipulation Demo</a>
*/
var ImageryProvider = function ImageryProvider() {
/**
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/Label.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define([
* @see LabelCollection
* @see LabelCollection#add
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Labels.html">Cesium Sandcastle Labels Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Labels.html">Cesium Sandcastle Labels Demo</a>
*/
var Label = function(options, labelCollection) {
options = defaultValue(options, defaultValue.EMPTY_OBJECT);
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/LabelCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ define([
* text : 'Another label'
* });
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Labels.html">Cesium Sandcastle Labels Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Labels.html">Cesium Sandcastle Labels Demo</a>
*/
var LabelCollection = function(options) {
options = defaultValue(options, defaultValue.EMPTY_OBJECT);
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/Material.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ define([
*
* @see <a href='https://github.com/AnalyticalGraphicsInc/cesium/wiki/Fabric'>Fabric wiki page</a> for a more detailed description of Fabric.
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Materials.html">Cesium Sandcastle Materials Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Materials.html">Cesium Sandcastle Materials Demo</a>
*/
var Material = function(description) {
/**
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/Polygon.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ define([
* ellipsoid.cartographicToCartesian(new Cartographic(...))
* ]);
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Polygons.html">Cesium Sandcastle Polygons Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Polygons.html">Cesium Sandcastle Polygons Demo</a>
*/
var Polygon = function(options) {
options = defaultValue(options, defaultValue.EMPTY_OBJECT);
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/Polyline.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define([
* @alias Polyline
* @internalConstructor
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Polylines.html">Cesium Sandcastle Polyline Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Polylines.html">Cesium Sandcastle Polyline Demo</a>
*/
var Polyline = function(options, polylineCollection) {
options = defaultValue(options, EMPTY_OBJECT);
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/PolylineCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ define([
* width:4
* });
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Polylines.html">Cesium Sandcastle Polyline Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Polylines.html">Cesium Sandcastle Polyline Demo</a>
*/
var PolylineCollection = function(options) {
options = defaultValue(options, defaultValue.EMPTY_OBJECT);
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/SensorVolumeCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define([
* @alias SensorVolumeCollection
* @constructor
*
* @demo <a href="http://cesium.agi.com/Cesium/Apps/Sandcastle/index.html?src=Sensors.html">Cesium Sandcastle Sensors Demo</a>
* @demo <a href="http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Sensors.html">Cesium Sandcastle Sensors Demo</a>
*/
var SensorVolumeCollection = function() {
this._sensors = [];
Expand Down
2 changes: 1 addition & 1 deletion Source/Scene/sampleTerrain.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define([
* @example
* // Query the terrain height of two Cartographic positions
* var terrainProvider = new CesiumTerrainProvider({
* url : 'http://cesium.agi.com/smallterrain'
* url : 'http://cesiumjs.org/smallterrain'
* });
* var positions = [
* Cartographic.fromDegrees(86.925145, 27.988257),
Expand Down
Loading

0 comments on commit 19593bc

Please sign in to comment.