Skip to content

Commit

Permalink
Fix broken links to realestate-com-au/pact/wiki (pact-foundation#68)
Browse files Browse the repository at this point in the history
chore(docs): update broken realestate-com-au links
  • Loading branch information
mohanraj-r authored and mefellows committed Mar 13, 2018
1 parent 35dc302 commit 3bc71f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ for more matching examples.
[regular expressions](http://ruby-doc.org/core-2.1.5/Regexp.html) and double
escape backslashes.

Read more about [flexible matching](https://github.com/realestate-com-au/pact/wiki/Regular-expressions-and-type-matching-with-Pact).
Read more about [flexible matching](https://github.com/pact-foundation/pact-ruby/wiki/Regular-expressions-and-type-matching-with-Pact).


### Provider
Expand Down Expand Up @@ -502,7 +502,7 @@ Once these variables have been exported, cd into one of the directories containi

## Documentation

Additional documentation can be found at the main [Pact website](http://pact.io) and in the [Pact Wiki](https://github.com/realestate-com-au/pact/wiki).
Additional documentation can be found at the main [Pact website](http://pact.io) and in the [Pact Wiki](https://github.com/pact-foundation/pact-ruby/wiki).

## Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ for more matching examples.
NOTE: You will need to use valid Ruby regular expressions
(http://ruby-doc.org/core-2.1.5/Regexp.html) and double escape backslashes.
Read more about flexible matching (https://github.com/realestate-com-au/pact/wiki/Regular-expressions-and-type-matching-with-Pact.
Read more about flexible matching (https://github.com/pact-foundation/pact-ruby/wiki/Regular-expressions-and-type-matching-with-Pact.
Provider Tests
Expand Down
2 changes: 1 addition & 1 deletion dsl/mock_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type MockService struct {
// "overwrite" will always truncate and replace the pact after each run
// "update" will append to the pact file, which is useful if your tests
// are split over multiple files and instantiations of a Mock Server
// See https://github.com/realestate-com-au/pact/blob/master/documentation/configuration.md#pactfile_write_mode
// See https://github.com/pact-foundation/pact-ruby/blob/master/documentation/configuration.md#pactfile_write_mode
PactFileWriteMode string
}

Expand Down
2 changes: 1 addition & 1 deletion dsl/pact.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Pact struct {
// "overwrite" will always truncate and replace the pact after each run
// "update" will append to the pact file, which is useful if your tests
// are split over multiple files and instantiations of a Mock Server
// See https://github.com/realestate-com-au/pact/blob/master/documentation/configuration.md#pactfile_write_mode
// See https://github.com/pact-foundation/pact-ruby/blob/master/documentation/configuration.md#pactfile_write_mode
PactFileWriteMode string

// Specify which version of the Pact Specification should be used (1 or 2).
Expand Down

0 comments on commit 3bc71f1

Please sign in to comment.