From 4e028ee4e9cc04494ad443e34926d9ae37867cbd Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Sat, 28 Dec 2019 13:49:48 -0800 Subject: [PATCH] Fix broken README links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58b6387..cd3a283 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ class MyViewController: UIViewController { } ``` -The `ScrollingContentViewManager` class supports all of the same [properties](#properties) and [methods](#methods) as `ScrollingContentViewController`. +The `ScrollingContentViewManager` class supports all of the same [properties](#view-controller-properties) and [methods](#scroll-view-properties-and-methods) as `ScrollingContentViewController`. `ScrollingContentViewManager` can also be used to create a scrolling view controller programatically: