From e13173903e858a5ea188d57de1cdfcf147f0d617 Mon Sep 17 00:00:00 2001 From: Manik Rana Date: Tue, 31 Jan 2023 21:32:02 +0530 Subject: [PATCH] docs: fix invalid links (#166) * Fix invalid links * chore: fix invalid links --- CONTRIBUTING.md | 2 +- README.md | 10 +++++----- template/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cef9d3f..2caeab3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Contributions are **welcome** and will be fully **credited**. -We accept contributions via Pull Requests on [Github](https://github.com/GA/BrokerAPI). +We accept contributions via Pull Requests on [Github](https://github.com/asyncapi/php-template). ## Pull Requests diff --git a/README.md b/README.md index 8151dda..ab1fee6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [//]: # "[![Latest Version on Packagist][ico-version]][link-packagist]" -[![Software License][ico-license]](../LICENSE.md) +[![Software License][ico-license]](./LICENSE.md) [//]: # "[![Build Status][ico-travis]][link-travis]" @@ -52,11 +52,11 @@ Refer to the /examples folder for further examples ## Change log -Please see [CHANGELOG](../CHANGELOG.md) for more information on what has changed recently. +Please see [CHANGELOG](./CHANGELOG.md) for more information on what has changed recently. ## Contributing -Please see [CONTRIBUTING](../CONTRIBUTING.md) and [CODE_OF_CONDUCT](../CODE_OF_CONDUCT.md) for details. +Please see [CONTRIBUTING](./CONTRIBUTING.md) and [CODE_OF_CONDUCT](./CODE_OF_CONDUCT.md) for details. ## Security @@ -69,7 +69,7 @@ If you discover any security related issues, please email ezublena@gmail.com ins ## License -The MIT License (MIT). Please see [License File](../LICENSE.md) for more information. +The MIT License (MIT). Please see [License File](./LICENSE.md) for more information. [ico-version]: https://img.shields.io/packagist/v/GA/BrokerAPI.svg?style=flat-square [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square @@ -84,4 +84,4 @@ The MIT License (MIT). Please see [License File](../LICENSE.md) for more informa [link-code-quality]: https://scrutinizer-ci.com/g/GA/BrokerAPI [link-downloads]: https://packagist.org/packages/GA/BrokerAPI [link-author]: https://github.com/emilianozublena -[link-contributors]: ../../contributors +[link-contributors]: https://github.com/asyncapi/php-template/graphs/contributors diff --git a/template/README.md b/template/README.md index 23a3b49..576ea30 100644 --- a/template/README.md +++ b/template/README.md @@ -105,4 +105,4 @@ The MIT License (MIT). Please see [License File](../LICENSE.md) for more informa [link-code-quality]: https://scrutinizer-ci.com/g/GA/BrokerAPI [link-downloads]: https://packagist.org/packages/GA/BrokerAPI [link-author]: https://github.com/emilianozublena -[link-contributors]: ../../contributors +[link-contributors]: https://github.com/asyncapi/php-template/graphs/contributors