You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Check out the [announcement blog post](https://github.com/blog/1107-reactivecoco
7
7
## Getting Started
8
8
RAC uses some submodules. Once you've cloned the repository, be sure to run `git submodule update --recursive --init` to pull them all down.
9
9
10
-
Then checkout the [Mac](https://github.com/github/ReactiveCocoa/tree/master/GHAPIDemo) or [iOS](https://github.com/github/ReactiveCocoa/tree/master/RACiOSDemo) demos.
10
+
Then checkout the [Mac](https://github.com/ReactiveCocoa/ReactiveCocoa/tree/master/GHAPIDemo) or [iOS](https://github.com/ReactiveCocoa/ReactiveCocoa/tree/master/RACiOSDemo) demos.
There are a number of categories that provide RAC-based bridges to standard Foundation classes. They're not included as part of the framework proper in order to keep the framework size down.
80
80
81
-
You can find them in [RACExtensions](https://github.com/github/ReactiveCocoa/tree/master/RACExtensions). To use them, simply add them directly to your project as needed.
81
+
You can find them in [RACExtensions](https://github.com/ReactiveCocoa/ReactiveCocoa/tree/master/RACExtensions). To use them, simply add them directly to your project as needed.
0 commit comments