Skip to content

Commit ca59fa8

Browse files
authored
Update README to reference pks from rubyatscale
1 parent f3dbc9b commit ca59fa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# danger-packwerk
22

3-
`danger-packwerk` integrates [`packwerk`](https://github.com/Shopify/packwerk) with [`danger`](https://github.com/danger/danger) to provide inline comments in PRs related to boundaries in a Rails application.
3+
`danger-packwerk` integrates [`packwerk`](https://github.com/Shopify/packwerk) (via [`pks`](https://github.com/rubyatscale/pks)) with [`danger`](https://github.com/danger/danger) to provide inline comments in PRs related to boundaries in a Rails application.
44

55
## Installation and Basic Usage
66
Step 1: Add this line to your `Gemfile` (to whatever group your CI uses, as it is not needed in production) and `bundle install`:
@@ -20,7 +20,7 @@ That's it for basic usage!
2020

2121
## pks Integration
2222

23-
`danger-packwerk` uses [pks](https://github.com/alexcrichton/pks), a fast Rust implementation of packwerk's boundary checking. This provides significant performance improvements, especially for large codebases.
23+
`danger-packwerk` uses [pks](https://github.com/rubyatscale/pks), a fast Rust implementation of packwerk's boundary checking. This provides significant performance improvements, especially for large codebases.
2424

2525
### Why pks?
2626

0 commit comments

Comments
 (0)