From 1e921a657f02748d1745f5d98cdb2b3c50dc9555 Mon Sep 17 00:00:00 2001 From: Sebastian Riehm Date: Sat, 25 Jan 2020 16:03:31 +0100 Subject: cosmetic changes: - http to https - replaced generic .com by specific TLD - updated some dead urls --- app/config/config_dev.yml | 2 +- app/config/wallabag.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app/config') diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 0c490575..fa6e14e7 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml @@ -36,7 +36,7 @@ monolog: channels: [doctrine] swiftmailer: - # see http://mailcatcher.me/ + # see https://mailcatcher.me/ transport: smtp host: 'localhost' port: 1025 diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index f1ef0924..bc78053a 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -26,7 +26,7 @@ wallabag_core: list_mode: 0 fetching_error_message_title: 'No title found' fetching_error_message: | - wallabag can't retrieve contents for this article. Please troubleshoot this issue. + wallabag can't retrieve contents for this article. Please troubleshoot this issue. api_limit_mass_actions: 10 encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt" default_internal_settings: @@ -44,7 +44,7 @@ wallabag_core: section: entry - name: diaspora_url - value: http://diasporapod.com + value: https://diasporafoundation.org/ section: entry - name: share_unmark @@ -64,11 +64,11 @@ wallabag_core: section: entry - name: shaarli_url - value: http://myshaarli.com + value: https://github.com/shaarli/Shaarli section: entry - name: scuttle_url - value: http://scuttle.org + value: https://github.com/scronide/scuttle section: entry - name: share_mail -- cgit v1.2.3