diff --git a/Gemfile.lock b/Gemfile.lock index 5774853c3..054ab5a71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - react_on_rails (14.0.5) + react_on_rails (15.0.0.alpha.1) addressable connection_pool execjs (~> 2.5) diff --git a/docs/getting-started.md b/docs/getting-started.md index 5617ab5d2..bcb55240a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -184,7 +184,7 @@ For server rendering, if you wish to return multiple HTML strings from a Render- { renderedHtml: { componentHtml, customKey1, customKey2} } ``` -For details on using react_component_hash with react-helmet, see [our react-helmet documentation](https://www.shakacode.com/react-on-rails/docs/additional-reading/react-helmet/). +For details on using react_component_hash with react-helmet, see [our react-helmet documentation](https://www.shakacode.com/react-on-rails/docs/javascript/react-helmet/). ## Error Handling diff --git a/docs/guides/installation-into-an-existing-rails-app.md b/docs/guides/installation-into-an-existing-rails-app.md index 8486b60ad..c9970d6e6 100644 --- a/docs/guides/installation-into-an-existing-rails-app.md +++ b/docs/guides/installation-into-an-existing-rails-app.md @@ -2,7 +2,7 @@ **Also consult the instructions for installing on a fresh Rails app**, see the [React on Rails Basic Tutorial](https://www.shakacode.com/react-on-rails/docs/guides/tutorial/). -**If you have rails-5 API only project**, first [convert the rails-5 API only app to rails app](https://www.shakacode.com/react-on-rails/docs/rails/convert-rails-5-api-only-app-to-rails-app/). +**If you have rails-5 API only project**, first [convert the rails-5 API only app to rails app](https://www.shakacode.com/react-on-rails/docs/rails/convert-rails-5-api-only-app/). 1. Add the following to your Gemfile and `bundle install`. We recommend fixing the version of React on Rails, as you will need to keep the exact version in sync with the version in your `package.json` file. diff --git a/docs/guides/tutorial.md b/docs/guides/tutorial.md index 08ce56f1a..6d95844e4 100644 --- a/docs/guides/tutorial.md +++ b/docs/guides/tutorial.md @@ -14,7 +14,7 @@ After finishing this tutorial you will get an application that can do the follow You can find it here: * [Source code for this app in PR, using the --redux option](https://github.com/shakacode/react_on_rails-test-new-redux-generation/pull/17) and [for Heroku](https://github.com/shakacode/react_on_rails-test-new-redux-generation/pull/18). -* [Live on Heroku](https://react-on-rails-redux-gen-8-0-0.herokuapp.com/) +* [Live on Heroku](https://reactrails.com/) By the time you read this, the latest may have changed. Be sure to check the versions here: