diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5e6a6..e828f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - **fixed** removed accidentally checked in node_modules directory - **fixed** all the styling issues in the code using the new rules in `.eslintrc` - **added** linting using eslint. Linting is now part of the contributing process. Can be run using: `grunt eslint` -- **added** new developer docs website. This website is still in beta. You can view it here: http://developers.optimizely.com/nuclear-js/docs/ +- **added** new developer docs website. This website is still in beta. You can view it here: http://optimizely.github.io/nuclear-js/ ## 1.0.2 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 517c492..329e171 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Welcome to NuclearJS! If you are reading this, it probably means that you are interested in contributing to this awesome open source project. To make the process of contributing more straightforward, we have prepared this guideline for you. -To learn more about NuclearJS, check out our new [developer website!](http://developers.optimizely.com/nuclear-js/docs/) +To learn more about NuclearJS, check out our new [developer website!](http://optimizely.github.io/nuclear-js/) ## Development Setup