Skip to content

Commit 7cfc323

Browse files
authored
Merge pull request #675 from sgharms/patch-1
Readme: Correct Markdown Link
2 parents 43d6edb + 880cd1d commit 7cfc323

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ in your Ruby on Rails (3.2+) application. `react-rails` can:
1919
- [Generate components](#component-generator) with a Rails generator
2020
- [Be extended](#extending-react-rails) with custom renderers, transformers and view helpers
2121

22-
Just getting started with React? Make sure to check out the [Getting Started] (https://facebook.github.io/react/docs/getting-started.html) guide. Also, see [Related Projects](#related-projects) below.
22+
Just getting started with React? Make sure to check out the [Getting Started][React Getting Started] guide. Also, see [Related Projects](#related-projects) below.
2323

2424
## Installation
2525

@@ -396,3 +396,5 @@ Any subclass of `ExecJSRenderer` may use those hooks (for example, `SprocketsRen
396396

397397
- Run tests with `rake test` or `appraisal rake test`
398398
- Update React assets with `rake react:update`
399+
400+
[React Getting Started]: https://facebook.github.io/react/docs/getting-started.html

0 commit comments

Comments
 (0)