diff --git a/README.md b/README.md index fdbb32b..f276e14 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Highland The high-level streams library for Node.js and the browser. -View the [Highland website](http://highlandjs.org) for more in-depth +View the [Highland website](https://caolan.github.io/highland) for more in-depth documentation. [![build status](https://secure.travis-ci.org/caolan/highland.png)](http://travis-ci.org/caolan/highland) @@ -125,4 +125,4 @@ counter.each(function (n) { }); ``` -Learn more at [highlandjs.org](http://highlandjs.org) +Learn more at [https://caolan.github.io/highland/](https://caolan.github.io/highland/) diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 27e8e31..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -highlandjs.org diff --git a/docs/index.html b/docs/index.html index 49424ea..aa87b6d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3893,16 +3893,5 @@

Operators

hljs.initHighlightingOnLoad(); - - diff --git a/docs/templates/base.html b/docs/templates/base.html index 37c60bb..0dca9d5 100644 --- a/docs/templates/base.html +++ b/docs/templates/base.html @@ -391,16 +391,5 @@

{{name}}

hljs.initHighlightingOnLoad(); - - diff --git a/package.json b/package.json index eae52c8..2146fc7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dist", "lib" ], - "homepage": "http://highlandjs.org/", + "homepage": "https://caolan.github.io/highland/", "bugs": "https://github.com/caolan/highland/issues", "repository": { "type": "git",