diff options
author | Tilman Vatteroth | 2020-11-14 22:24:44 +0100 |
---|---|---|
committer | Tilman Vatteroth | 2020-11-14 22:24:44 +0100 |
commit | 978538c0de5afcf6cf4a21c0782a6b1e7fa57d9d (patch) | |
tree | b66f5f522e11d5a1fb74e45fc48346678c9123ed /lib | |
parent | 6689be4581cb517d7b18237feeab90391158c4a8 (diff) |
Correct repo name
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/index.js b/lib/config/index.js index 495b5485..ecd25d96 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -157,7 +157,7 @@ for (let i = keys.length; i--;) { // Notify users about the prefix change and inform them they use legacy prefix for environment variables if (Object.keys(process.env).toString().indexOf('HMD_') !== -1) { - logger.warn('Using legacy HMD prefix for environment variables. Please change your variables in future. For details see: https://github.com/hedgedoc/server#environment-variables-will-overwrite-other-server-configs') + logger.warn('Using legacy HMD prefix for environment variables. Please change your variables in future. For details see: https://github.com/hedgedoc/hedgedoc#environment-variables-will-overwrite-other-server-configs') } // Generate session secret if it stays on default values |