Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Fixed links.
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulga committed Sep 27, 2019
1 parent f0a8d28 commit cf69943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This repository does not have a traditional release management cycle, but should
## Merge approval
The project maintainers use LGTM (Looks Good To Me) in comments on the code review to indicate acceptance. A change requires LGTMs from two of the maintainers of each component affected.

For a list of the maintainers, see the [MAINTAINERS.md](https://github.com/IBM/pem-utilities/MAINTAINERS.md) page.
For a list of the maintainers, see the [MAINTAINERS](https://github.com/IBM/pem-utilities/blob/master/MAINTAINERS.md) page.

## Communication
Discussion of the proposed feature or bug should be conducted in the issue itself, so that we have a consistent pattern within our community as to where to find design discussion.
Expand Down Expand Up @@ -76,4 +76,4 @@ You must use your real name, not an alias or pseudonym. If you are contributing
## Coding style guidelines
Contribute in the style of the project to the best of your abilities. This may mean using indents, semi-colons or comments differently than you would in your own repository, but makes it easier for the maintainer to merge, others to understand and maintain in the future.

For Eclipse users, make use of the Java code formatting style available [here](https://github.com/IBM/pem-utilities/config/formatter/java_formatter.xml). If not, please review the styles and configure your IDE of choice accordingly.
For Eclipse users, make use of the Java code formatting style available [here](https://github.com/IBM/pem-utilities/blob/master/sfg2pem-migrator/config/formatter/java_formatter.xml). If not, please review the styles and configure your IDE of choice accordingly.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ gradle clean build
5. Execute `run.sh` on Linux/Mac or `run.bat` on Windows. You might need to provide 'execute' permissions to the scripts.

## Contributing
We welcome contributions in many forms; there's always plenty to do! Check the [how to contribute](https://github.com/IBM/pem-utilities/CONTRIBUTING.md) page for details.
We welcome contributions in many forms; there's always plenty to do! Check the [how to contribute](https://github.com/IBM/pem-utilities/blob/master/CONTRIBUTING.md) page for details.

## Support
Check the documentation [here](https://github.com/IBM/pem-utilities/CONTRIBUTING.md).
Check the documentation [here](https://github.com/IBM/pem-utilities/blob/master/CONTRIBUTING.md).

## License
The source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [license](https://github.com/IBM/pem-utilities/LICENSE.md) file.
The source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [license](https://github.com/IBM/pem-utilities/blob/master/LICENSE) file.

0 comments on commit cf69943

Please sign in to comment.