From 9d6aba1a19e01306f71ae749f09f424807151f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Blondon?= Date: Sun, 8 Sep 2024 21:28:15 +0200 Subject: [PATCH] fix the link to the licence The link is properly rendered on github but not in the external documentation (https://pspdev.github.io/pspsdk/index.html). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ebcf20c..ac026367 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ bug. ## License -PSPSDK is distributed under a [BSD-compatible license](LICENSE), with the exception of the +PSPSDK is distributed under a [BSD-compatible license](https://github.com/pspdev/pspsdk/blob/master/LICENSE), with the exception of the files located in `tools/PrxEncrypter`. The files located in the `tools/PrxEncrypter` directory are subject to the terms of the GNU General Public License version 3. See the `LICENSE` files for more information.