From 601f1f8d2c235f7906f00a6bb2ffd9d070ebd20c Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Sun, 29 Oct 2023 16:57:23 -0500 Subject: [PATCH] Use absolute urls for GitHub files --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67c075d..5177f18 100644 --- a/README.md +++ b/README.md @@ -349,20 +349,20 @@ composer test ## Changelog -Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. +Please see [CHANGELOG](https://github.com/rawilk/filament-password-input/blob/main/CHANGELOG.md) for more information on what has changed recently. ## Contributing -Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details. +Please see [CONTRIBUTING](https://github.com/rawilk/filament-password-input/blob/main/.github/CONTRIBUTING.md) for details. ## Security -Please review [my security policy](.github/SECURITY.md) on how to report security vulnerabilities. +Please review [my security policy](https://github.com/rawilk/filament-password-input/blob/main/.github/SECURITY.md) on how to report security vulnerabilities. ## Credits - [Randall Wilk](https://github.com/rawilk) -- [All Contributors](../../contributors) +- [All Contributors](https://github.com/rawilk/filament-password-input/graphs/contributors) ## Alternatives @@ -371,4 +371,4 @@ Please review [my security policy](.github/SECURITY.md) on how to report securit ## License -The MIT License (MIT). Please see [License File](LICENSE.md) for more information. +The MIT License (MIT). Please see [License File](https://github.com/rawilk/filament-password-input/blob/main/LICENSE.md) for more information.