Skip to content

Commit

Permalink
fix bad links (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek authored Jan 16, 2025
1 parent a741ee5 commit 8a308b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/installation-into-an-existing-rails-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8a308b5

Please sign in to comment.