From 0bbc00884893a2171f2e692ede7b252fb5e871fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 31 Oct 2019 15:37:12 +0100 Subject: [PATCH] Fixed documentation links --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 4dbe7b237f..e2f975498e 100644 --- a/.env.example +++ b/.env.example @@ -38,7 +38,7 @@ LOG_CHANNEL=daily APP_LOG_LEVEL=notice # Database credentials. Make sure the database exists. I recommend a dedicated user for Firefly III -# For other database types, please see the FAQ: http://firefly-iii.readthedocs.io/en/latest/support/faq.html +# For other database types, please see the FAQ: https://docs.firefly-iii.org/support/faq DB_CONNECTION=pgsql DB_HOST=firefly_iii_db DB_PORT=5432 @@ -76,7 +76,7 @@ COOKIE_DOMAIN= COOKIE_SECURE=false # If you want Firefly III to mail you, update these settings -# For instructions, see: https://firefly-iii.readthedocs.io/en/latest/installation/mail.html +# For instructions, see: https://docs.firefly-iii.org/advanced-installation/email MAIL_DRIVER=log MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 @@ -121,7 +121,7 @@ ANALYTICS_ID= # Firefly III has two options for user authentication. "eloquent" is the default, # and "ldap" for LDAP servers. # For full instructions on these settings please visit: -# https://firefly-iii.readthedocs.io/en/latest/installation/authentication.html +# https://docs.firefly-iii.org/advanced-installation/authentication LOGIN_PROVIDER=eloquent # LDAP connection configuration