|
1 | 1 | # Nimble
|
2 | 2 |
|
3 |
| -[](https://travis-ci.org/Quick/Nimble) |
| 3 | +[](https://github.com/Quick/Nimble/actions/workflows/ci-xcode.yml) |
4 | 4 | [](https://cocoapods.org/pods/Nimble)
|
5 | 5 | [](https://github.com/Carthage/Carthage)
|
6 | 6 | [](https://github.com/JamitLabs/Accio)
|
@@ -1335,7 +1335,7 @@ in an Xcode project you distribute to others.
|
1335 | 1335 | distribute it yourself via GitHub.
|
1336 | 1336 |
|
1337 | 1337 | For examples of how to write your own matchers, just check out the
|
1338 |
| -[`Matchers` directory](https://github.com/Quick/Nimble/tree/master/Sources/Nimble/Matchers) |
| 1338 | +[`Matchers` directory](https://github.com/Quick/Nimble/tree/main/Sources/Nimble/Matchers) |
1339 | 1339 | to see how Nimble's built-in set of matchers are implemented. You can
|
1340 | 1340 | also check out the tips below.
|
1341 | 1341 |
|
@@ -1636,7 +1636,7 @@ removed completely in Nimble v10.
|
1636 | 1636 | > Nimble can be used on its own, or in conjunction with its sister
|
1637 | 1637 | project, [Quick](https://github.com/Quick/Quick). To install both
|
1638 | 1638 | Quick and Nimble, follow [the installation instructions in the Quick
|
1639 |
| - Documentation](https://github.com/Quick/Quick/blob/master/Documentation/en-us/InstallingQuick.md). |
| 1639 | + Documentation](https://github.com/Quick/Quick/blob/main/Documentation/en-us/InstallingQuick.md). |
1640 | 1640 |
|
1641 | 1641 | Nimble can currently be installed in one of two ways: using CocoaPods, or with
|
1642 | 1642 | git submodules.
|
|
0 commit comments