Skip to content

Commit

Permalink
remove highlandjs.org domain, #704
Browse files Browse the repository at this point in the history
  • Loading branch information
caolan committed Jun 18, 2020
1 parent 687549a commit 3516a51
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 26 deletions.
4 changes: 2 additions & 2 deletions 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)
Expand Down Expand Up @@ -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/)
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

11 changes: 0 additions & 11 deletions docs/index.html
Expand Up @@ -3893,16 +3893,5 @@ <h2 id="Operators">Operators</h2>
hljs.initHighlightingOnLoad();
</script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-48082396-1', 'highlandjs.org');
ga('send', 'pageview');

</script>

</body>
</html>
11 changes: 0 additions & 11 deletions docs/templates/base.html
Expand Up @@ -391,16 +391,5 @@ <h2 id="{{name}}">{{name}}</h2>
hljs.initHighlightingOnLoad();
</script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-48082396-1', 'highlandjs.org');
ga('send', 'pageview');

</script>

</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 3516a51

Please sign in to comment.