Skip to content

Commit 26fa249

Browse files
authored
Merge pull request #462 from cwalcott/fix-documentation-typo
Fix link to Design Guidelines in the documentation
2 parents f6bb11f + 094d4b2 commit 26fa249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/FrameworkOverview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Schedulers are also somewhat similar to `NSOperationQueue`, but schedulers
211211
do not allow tasks to be reordered or depend on one another.
212212

213213

214-
[Design Guidelines]: DesignGuidelines.md
214+
[Design Guidelines]: APIContracts.md
215215
[BasicOperators]: BasicOperators.md
216216
[README]: ../README.md
217217
[ReactiveCocoa]: https://github.com/ReactiveCocoa/

0 commit comments

Comments
 (0)