Skip to content

Commit e459c59

Browse files
committed
Update some links to target main branch.
1 parent eca3976 commit e459c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Migration guides/8.0 Migration Guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You can actually mix and match cells with `ModelTransfer` protocol conformance a
105105

106106
> Please note, that for non-ModelTransfer views, only new style event registration - through `mapping` closure is available.
107107
108-
Example project contains [view controller](https://github.com/DenTelezhkin/DTTableViewManager/blob/master/Example/Controllers/ExamplesListViewController.swift), that was setup using new cell and event registration styles.
108+
Example project contains [view controller](https://github.com/DenTelezhkin/DTTableViewManager/blob/main/Example/Controllers/ExamplesListViewController.swift), that was setup using new cell and event registration styles.
109109

110110
### Improved registration methods
111111

@@ -155,7 +155,7 @@ Along with [API reference](https://dentelezhkin.github.io/DTTableViewManager/),
155155

156156
This release requires Swift 5.3. Minimum iOS / tvOS deployment targets are unchanged (iOS 11, tvOS 11).
157157

158-
This release heavily relies on where clauses on contextually generic declarations, that are only available in Swift 5.3 - [SE-0267](https://github.com/apple/swift-evolution/blob/master/proposals/0267-where-on-contextually-generic.md).
158+
This release heavily relies on where clauses on contextually generic declarations, that are only available in Swift 5.3 - [SE-0267](https://github.com/apple/swift-evolution/blob/main/proposals/0267-where-on-contextually-generic.md).
159159

160160
## Deprecations
161161

0 commit comments

Comments
 (0)