diff --git a/CHANGES.md b/CHANGES.md
index 347607b74667..60c242ef5ddb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,6 +3,14 @@ Change Log
### 1.63 - 2019-11-01
+##### Additions :tada:
+* We’ve consolidated all of our website content from cesiumjs.org and cesium.com into one home on cesium.com. Here’s where you can now find:
+ * [Sandcastle](https://sandcastle.cesium.com) - `https://sandcastle.cesium.com`
+ * [API Docs](https://cesium.com/docs/cesiumjs-ref-doc/) - `https://cesium.com/docs/cesiumjs-ref-doc/`
+ * [Downloads](https://cesium.com/downloads/) - `https://cesium.com/downloads/`
+ * Hosted releases can be found at `https://cesium.com/downloads/cesiumjs/releases//Build/Cesium/Cesium.js`
+ * See our [Blog post](https://cesium.com/blog/2019/10/15/cesiumjs-migration/) for more information.
+
##### Fixes :wrench:
* Fixed seam artifacts when log depth is disabled, `scene.globe.depthTestAgainstTerrain` is false, and primitives are under the globe. [#8205](https://github.com/AnalyticalGraphicsInc/cesium/pull/8205)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 173bf62ec09d..ac09e39f81d3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,12 +8,12 @@ To ensure an inclusive community, contributors and users in the Cesium community
# Submitting an Issue
-If you have a question, do not submit an issue; instead, search the [Cesium forum](http://cesiumjs.org/forum.html). The forum is very active and there are years of informative archives, often with answers from the core Cesium team. If you do not find an answer to your question, start a new thread and you'll likely get a quick response.
+If you have a question, do not submit an issue; instead, search the [Cesium forum](https://groups.google.com/forum/?hl=en#!forum/cesium-dev). The forum is very active and there are years of informative archives, often with answers from the core Cesium team. If you do not find an answer to your question, start a new thread and you'll likely get a quick response.
If you think you've found a bug in CesiumJS, first search the [issues](https://github.com/AnalyticalGraphicsInc/cesium/issues). If an issue already exists, please add a comment expressing your interest and any additional information. This helps us prioritize issues.
If a related issue does not exist, submit a new one. Please be concise and include as much of the following information as is relevant:
-* Minimum amount of sample code (and data) shared through [Sandcastle](http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Hello%20World.html&label=Showcases) using a [GitHub gist](http://cesiumjs.org/2016/04/14/Share-Sandcastle-Examples-Easily-with-GitHub-Gists/).
+* Minimum amount of sample code (and data) shared through [Sandcastle](https://sandcastle.cesium.com).
* Screenshot or animated .gif if appropriate (try [LICEcap](http://www.cockos.com/licecap/)). For example, see [#3153](https://github.com/AnalyticalGraphicsInc/cesium/issues/3153). Screenshots are particularly useful for exceptions and rendering artifacts. If it is a rendering artifact, also include the output of [webglreport.com](http://webglreport.com/).
* Link to the thread if this was discussed on the Cesium forum or elsewhere. For example, see [#3045](https://github.com/AnalyticalGraphicsInc/cesium/issues/3045).
* Your operating system and version, browser and version, and video card. Are they all up-to-date? Is the issue specific to one of them?
@@ -26,8 +26,8 @@ Everyone is welcome to contribute to CesiumJS!
In addition to contributing core CesiumJS code, we appreciate many types of contributions:
-* Being active on the [Cesium forum](http://cesiumjs.org/forum.html) by answering questions and providing input on Cesium's direction.
-* Showcasing your Cesium apps on the [demos page](http://cesiumjs.org/demos.html) or writing a guest post blog on the [Cesium blog](http://cesiumjs.org/blog.html). To do either, contact [Sarah Chow](http://cesiumjs.org/team/SarahChow.html), schow@agi.com.
+* Being active on the [Cesium forum](https://groups.google.com/forum/?hl=en#!forum/cesium-dev) by answering questions and providing input on Cesium's direction.
+* Showcasing your Cesium apps on [Cesium blog](https://cesium.com/blog/categories/userstories/). Contact [Sarah Chow](https://cesium.com/team/SarahChow/), sarah@cesium.com.
* Writing tutorials, creating examples, and improving the reference documentation. See the issues labeled [doc](https://github.com/AnalyticalGraphicsInc/cesium/labels/doc).
* Submitting issues as [described above](#submitting-an-issue).
* Triaging issues. Browse the [issues](https://github.com/AnalyticalGraphicsInc/cesium/issues) and comment on issues that are no longer reproducible or on issues which you have additional information.
@@ -40,13 +40,13 @@ For ideas for CesiumJS code contributions, see:
See the [Build Guide](Documentation/Contributors/BuildGuide/README.md) for how to build and run Cesium on your system.
-Always feel free to introduce yourself on the [Cesium forum](http://cesiumjs.org/forum.html) to brainstorm ideas and ask for guidance.
+Always feel free to introduce yourself on the [Cesium forum](https://groups.google.com/forum/?hl=en#!forum/cesium-dev) to brainstorm ideas and ask for guidance.
# Opening a Pull Request
We love pull requests. We strive to promptly review them, provide feedback, and merge. Interest in Cesium is at an all-time high so the core team is busy. Following the tips in this guide will help your pull request get merged quickly.
-> If you plan to make a major change, please start a new thread on the [Cesium forum](http://cesiumjs.org/forum.html) first. Pull requests for small features and bug fixes can generally just be opened without discussion on the forum.
+> If you plan to make a major change, please start a new thread on the [Cesium forum](https://groups.google.com/forum/?hl=en#!forum/cesium-dev) first. Pull requests for small features and bug fixes can generally just be opened without discussion on the forum.
## Contributor License Agreement (CLA)
@@ -65,7 +65,7 @@ Our code is our lifeblood so maintaining CesiumJS's high code quality is importa
* Review the [Contributor Guides](Documentation/Contributors/README.md). In addition to CesiumJS-specific topics, they contain a lot of general software development best practices.
* If this is your first contribution to CesiumJS, add your name to [CONTRIBUTORS.md](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTORS.md).
-* For an overview of our workflow see [github pull request workflows](http://cesiumjs.org/2013/10/08/GitHub-Pull-Request-Workflows/).
+* For an overview of our workflow see [github pull request workflows](https://cesium.com/blog/2013/10/08/github-pull-request-workflows/).
* Pull request tips
* After you open a pull request, the friendly [cesium-concierge](https://github.com/AnalyticalGraphicsInc/cesium-concierge) bot will comment with a short automated review. At least one human will also review your pull request.
* If your pull request fixes an existing issue, include a link to the issue in the description (like this: [#1](https://github.com/AnalyticalGraphicsInc/cesium/issues/1)). Likewise, if your pull request fixes an issue reported on the Cesium forum, include a link to the thread.
@@ -78,7 +78,7 @@ Our code is our lifeblood so maintaining CesiumJS's high code quality is importa
* If you added new identifiers to the CesiumJS API:
* Update [CHANGES.md](CHANGES.md).
* Include reference documentation with code examples. Follow the [Documentation Guide](Documentation/Contributors/DocumentationGuide/README.md).
- * If the change is significant, add a new [Sandcastle](http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html) example or extend and existing one.
+ * If the change is significant, add a new [Sandcastle](https://sandcastle.cesium.com) example or extend and existing one.
* If you added third-party libraries, including new version of existing libraries, update [LICENSE.md](LICENSE.md). Mention it in [CHANGES.md](CHANGES.md). If you plan to add a third-party library, start a [GitHub issue](https://github.com/AnalyticalGraphicsInc/cesium/issues/new) discussing it first.
## Code of Conduct
diff --git a/README.md b/README.md
index 15cda440f91c..16c2a934e685 100644
--- a/README.md
+++ b/README.md
@@ -3,28 +3,30 @@
[![Build Status](https://travis-ci.org/AnalyticalGraphicsInc/cesium.svg?branch=master)](https://travis-ci.org/AnalyticalGraphicsInc/cesium)
-[![Docs](https://img.shields.io/badge/docs-online-orange.svg)](http://cesiumjs.org/tutorials.html) [![Greenkeeper badge](https://badges.greenkeeper.io/AnalyticalGraphicsInc/cesium.svg)](https://greenkeeper.io/)
+[![Docs](https://img.shields.io/badge/docs-online-orange.svg)](https://cesium.com/docs/) [![Greenkeeper badge](https://badges.greenkeeper.io/AnalyticalGraphicsInc/cesium.svg)](https://greenkeeper.io/)
CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization.
-http://cesiumjs.org/
+[CesiumJS Homepage](https://cesium.com/cesiumjs)
-### :rocket: Get Started ###
+[CesiumJS Features Checklist](https://github.com/AnalyticalGraphicsInc/cesium/wiki/CesiumJS-Features-Checklist)
-Visit the [Downloads page](http://cesiumjs.org/downloads.html) or use the npm module:
+### :rocket: Get Started
+
+Visit the [Downloads page](https://cesium.com/downloads/) or use the npm module:
```
npm install cesium
```
-Have questions? Ask them on the [forum](http://cesiumjs.org/forum.html).
+Have questions? Ask them on the [forum](https://groups.google.com/forum/?hl=en#!forum/cesium-dev).
Interested in contributing? See [CONTRIBUTING.md](CONTRIBUTING.md). :heart:
-### :snowflake: Mission ###
+### :snowflake: Mission
Our mission is to create the leading 3D globe and map for static and time-dynamic content, with the best possible performance, precision, visual quality, platform support, community, and ease of use.
-### :green_book: License ###
+### :green_book: License
[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). CesiumJS is free for both commercial and non-commercial use.
@@ -34,171 +36,27 @@ CesiumJS can stream 3D content such as terrain, imagery, and 3D Tiles from the c
platform and other content sources. You are free to use any combination of content sources with CesiumJS that you please.
Using Cesium ion helps support CesiumJS development. :heart:
-### :clap: Featured Demos ###
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-### :clap: Demos ###
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+### :clap: Featured Demos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.release.html b/index.release.html
index fb7bf4693995..938f3fa96859 100644
--- a/index.release.html
+++ b/index.release.html
@@ -44,7 +44,7 @@
-
+
Next Dimension Mapping
@@ -106,7 +106,7 @@
External links
Step-by-step guides for learning to use CesiumJS |
- Forum |
+ Forum |
Questions and feedback welcome from all skill levels |
@@ -114,7 +114,7 @@ External links
The official Cesium GitHub repository |
- Showcases |
+ User Stores |
Demos and information about projects using CesiumJS |
diff --git a/package.json b/package.json
index 1b10308aea33..318664133d00 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "cesium",
"version": "1.62.0",
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
- "homepage": "http://cesiumjs.org",
+ "homepage": "http://cesium.com/cesiumjs/",
"license": "Apache-2.0",
"author": {
"name": "Cesium GS, Inc.",