Skip to content

Commit

Permalink
fix: update link in readme for contributing guidelines (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbadan committed Jan 16, 2019
1 parent ba1aec0 commit bd38516
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You must follow the coding style as best you can when submitting code. Take note

### Unit testing

All components should have associated unit tests created with a code coverage score of at least 85%. Be an overachiever and shoot for 100% :) [Learn how to create unit tests](./UNIT-TESTING.md)
All components should have associated unit tests created with a code coverage score of at least 85%. Be an overachiever and shoot for 100% :) [Learn how to create unit tests](https://github.com/SAP/fundamental-react/wiki/Unit-Testing)

### How to contribute - the Process

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ If you encounter an issue or want to request a feature, you can [create an issue

## Contributing

If you want to contribute, please check the [Contribution Guidelines](./CONTRIBUTING.md).
If you want to contribute, please check the [Contribution Guidelines](./.github/CONTRIBUTING.md).

## License

Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
This library is licensed under the Apache Software License, v. 2 except as noted otherwise in the [License File](https://github.com/SAP/fundamental-react/blob/master/LICENSE.txt).

## Similar Projects
Expand Down
50 changes: 0 additions & 50 deletions UNIT-TESTING.md

This file was deleted.

0 comments on commit bd38516

Please sign in to comment.