diff --git a/README.md b/README.md index a4d1b47d..f0c2d77f 100644 --- a/README.md +++ b/README.md @@ -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