From 7058f55fe099d6b6dea50558f30a4dc8ee52dde8 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 1 Jun 2022 22:13:12 +0200 Subject: docs: Add link to COPYING --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 896b154..e17cfb1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Great Office -This codebase and all of its source code is licensed under the GNU General Public License v3.0, see COPYING for more information. +This codebase and all of its source code is licensed under the GNU General Public License v3.0, see [COPYING](COPYING) for more information. ## server @@ -16,7 +16,7 @@ The server is configured through environments variables, in development [user-secret](https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets) is a nifty tool. All environment variables the server needs to function properly is specified -in [src/server/Data/Static/AppEnvironmentVariables.cs](./server/src/Data/Static/AppEnvironmentVariables.cs), +in [src/server/Data/Static/AppEnvironmentVariables.cs](./server/src/Data/Static/AppEnvironmentVariables.cs),w at a bare minimum these variables needs to be set: ``` -- cgit v1.3