From cf69943c77bb95f83232c7fed9fe7884fc6a7e9d Mon Sep 17 00:00:00 2001 From: Anshul Garg Date: Fri, 27 Sep 2019 11:09:27 +0530 Subject: [PATCH] Fixed links. --- CONTRIBUTING.md | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1bcca6f..bfa6add 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. @@ -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. diff --git a/README.md b/README.md index 9a524ce..ad7ccb2 100644 --- a/README.md +++ b/README.md @@ -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.