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') 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 From 20349b02dd910a344905111271981921378fe02b Mon Sep 17 00:00:00 2001 From: Sebastian Riehm Date: Sun, 26 Jan 2020 09:45:31 +0100 Subject: Update wallabag.yml reverted generic urls --- app/config/wallabag.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index bc78053a..347d766d 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -44,7 +44,7 @@ wallabag_core: section: entry - name: diaspora_url - value: https://diasporafoundation.org/ + value: https://diasporapod.com/ section: entry - name: share_unmark @@ -64,10 +64,10 @@ wallabag_core: section: entry - name: shaarli_url - value: https://github.com/shaarli/Shaarli + value: https://myshaarli.com section: entry - - name: scuttle_url + name: https://scuttle.org value: https://github.com/scronide/scuttle section: entry - -- cgit v1.2.3 From 6fb7d4a7ae1da189c5fe007b0c49d0a234f1a726 Mon Sep 17 00:00:00 2001 From: Sebastian Riehm Date: Sun, 26 Jan 2020 09:48:17 +0100 Subject: fixed annoying typo --- app/config/wallabag.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 347d766d..c54d7eb7 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -44,7 +44,7 @@ wallabag_core: section: entry - name: diaspora_url - value: https://diasporapod.com/ + value: https://diasporapod.com section: entry - name: share_unmark @@ -67,8 +67,8 @@ wallabag_core: value: https://myshaarli.com section: entry - - name: https://scuttle.org - value: https://github.com/scronide/scuttle + name: scuttle_url + value: https://scuttle.org section: entry - name: share_mail -- cgit v1.2.3