Skip to content

Commit d3c2ff9

Browse files
committed
Update README.md: fix broken license links and improve license section reference.
1 parent 8b8fb4c commit d3c2ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://github.com/byjg/php-authuser/actions/workflows/phpunit.yml/badge.svg?branch=master)](https://github.com/byjg/php-authuser/actions/workflows/phpunit.yml)
55
[![Opensource ByJG](https://img.shields.io/badge/opensource-byjg-success.svg)](http://opensource.byjg.com)
66
[![GitHub source](https://img.shields.io/badge/Github-source-informational?logo=github)](https://github.com/byjg/php-authuser/)
7-
[![GitHub license](https://img.shields.io/github/license/byjg/php-authuser.svg)](https://opensource.byjg.com/opensource/licensing.html)
7+
[![GitHub license](https://img.shields.io/github/license/byjg/php-authuser.svg)](https://opensource.byjg.com/license)
88
[![GitHub release](https://img.shields.io/github/release/byjg/php-authuser.svg)](https://github.com/byjg/php-authuser/releases/)
99

1010
A simple and customizable library for user authentication in PHP applications using a clean repository and service layer architecture.
@@ -121,7 +121,7 @@ Because this project uses PHP Session you need to run the unit test the followin
121121

122122
## License
123123

124-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
124+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/byjg/php-authuser/blob/master/LICENSE) file for details.
125125

126126
## Dependencies
127127

0 commit comments

Comments
 (0)