Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

docs: update links to use trunk branch of docs #19

Merged
merged 1 commit into from
Jan 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Follow the documentation to install Reaction with [Reaction Platform](https://do
## Get help & contact the team

- [Gitter chat](https://gitter.im/reactioncommerce/reaction)
- Report security vulnerabilities to <mailto:[email protected]>: [Security reporting instructions](https://docs.reactioncommerce.com/reaction-docs/master/reporting-vulnerabilities)
- Report security vulnerabilities to <mailto:[email protected]>: [Security reporting instructions](https://docs.reactioncommerce.com/reaction-docs/trunk/reporting-vulnerabilities)
- Request features in this [repository](https://github.com/reactioncommerce/reaction-feature-requests/)

## Contribute
Expand All @@ -44,7 +44,7 @@ Issue`](https://github.com/reactioncommerce/reaction-identity/issues?q=is%3Aopen
### Pull Request guidelines
Pull requests should pass all automated tests, style, and security checks.

Your code should pass all [acceptance tests and unit tests](https://docs.reactioncommerce.com/reaction-docs/master/testing-reaction).
Your code should pass all [acceptance tests and unit tests](https://docs.reactioncommerce.com/reaction-docs/trunk/testing-reaction).
Run `docker-compose run --rm identity npm run test` to run the test suites in containers.
If you're adding functionality to Reaction, you should add tests for the added functionality.

Expand Down