Skip to content

Commit fa4913d

Browse files
author
Chris Pilcher
committed
Merge pull request kodecocodes#128 from chris-pilcher/how-to-contribute-travis-link
Updated links to point to new repository
2 parents 4b6c10a + 4a8ae7c commit fa4913d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

How to Contribute.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Just so you know, I will probably edit your text and code for grammar etc, just
2828

2929
For the unit tests:
3030

31-
- Add the unit test project to `.travis.yml` so they will be run on [Travis-CI](https://travis-ci.org/hollance/swift-algorithm-club). Add a line to `.travis.yml` like this:
31+
- Add the unit test project to `.travis.yml` so they will be run on [Travis-CI](https://travis-ci.org/raywenderlich/swift-algorithm-club). Add a line to `.travis.yml` like this:
3232

3333
```
3434
- xcodebuild test -project ./Algorithm/Tests/Tests.xcodeproj -scheme Tests
@@ -43,4 +43,4 @@ For the unit tests:
4343

4444
## Want to chat?
4545

46-
This isn't just a repo with a bunch of code... If you want to learn more about how an algorithm works or want to discuss better ways of solving problems, then open a [Github issue](https://github.com/hollance/swift-algorithm-club/issues) and we'll talk!
46+
This isn't just a repo with a bunch of code... If you want to learn more about how an algorithm works or want to discuss better ways of solving problems, then open a [Github issue](https://github.com/raywenderlich/swift-algorithm-club/issues) and we'll talk!

0 commit comments

Comments
 (0)