Skip to content

Shortened URLs

pjcozzi edited this page Nov 15, 2012 · 3 revisions

This is a list of shortened Git URLs to make linking to common Cesium and CZML pages easier.

Creating Shortened URLs

To create http://git.io/cesium from http://github.com/AnalyticalGraphicsInc/cesium, open bash and run:

curl -i http://git.io -F "url=http://github.com/AnalyticalGraphicsInc/cesium" -F "code=cesium"

See Git.io: GitHub URL Shortener.