Merge pull request #1182 from hamdshah/patch-1

Fixed broken link in README
This commit is contained in:
Steven Deutsch
2019-10-03 12:47:13 -05:00
committed by GitHub
+1 -1
View File
@@ -121,7 +121,7 @@ public enum MessageKind {
If you choose to use the `.custom` kind you are responsible for all of the cells layout. Any `UICollectionViewCell` can be returned for custom cells which means any of the styling you provide from the `MessageDisplayDelegate` will not effect your custom cell. Even if you subclass your cell from `MessageContentCell`.
[Read more about the cases on the Quick Start guide.](https://github.com/MessageKit/MessageKit/blob/whoyawn-documentation-update/Documentation/QuickStart.md#messagekind)
[Read more about the cases on the Quick Start guide.](https://github.com/MessageKit/MessageKit/blob/master/Documentation/QuickStart.md#messagekind)
## Contributing