Skip to content

Commit b3ec799

Browse files
committed
Merge pull request #5 from stephencelis/readme-fixes
README fixes
2 parents ff4c4b3 + 84ce811 commit b3ec799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The package manager’s system requirements are the same as [those for Swift](ht
5959

6060
To learn about the policies and best practices that govern
6161
contributions to the Swift project,
62-
please read the [Contributor Guide](https://swift.org/contributor-guide).
62+
please read the [Contributor Guide](https://swift.org/contributing/).
6363

6464
If you are interested in contributing, please read the [Community Proposal](Documentation/PackageManagerCommunityProposal.md),
6565
which provides some context for decisions made in the current implementation and offers direction
@@ -69,7 +69,7 @@ Tests are an important part of the development and evolution of this project,
6969
and new contributions are expected to include tests for any functionality
7070
change. To run the tests, pass the `test` verb to the `bootstrap` script:
7171

72-
./Utilities/bootstrap test
72+
./Utilities/bootstrap --build-tests test
7373

7474
> Long-term, we intend for testing to be an integral part of the Package Manager itself
7575
> and to not require custom support.

0 commit comments

Comments
 (0)