Kaynağa Gözat

update external urls (https) & new links

- fix some links that now redirect to a new location
- ensure all external links are https (not http)
LB Johnston 3 yıl önce
ebeveyn
işleme
089d4eae59

+ 2 - 2
bakerydemo/base/wagtail_hooks.py

@@ -14,10 +14,10 @@ INSTALLED_APPS = (
    ...
 )
 
-or see http://kave.github.io/general/2015/12/06/wagtail-streamfield-icons.html
+or see https://thegrouchy.dev/general/2015/12/06/wagtail-streamfield-icons.html
 
 This demo project includes the full font-awesome set via CDN in base.html, so the entire
-font-awesome icon set is available to you. Options are at http://fontawesome.io/icons/.
+font-awesome icon set is available to you. Options are at https://fontawesome.com/icons .
 '''
 
 

+ 1 - 1
bakerydemo/settings/production.py

@@ -76,7 +76,7 @@ if ELASTICSEARCH_ENDPOINT:
         )
     elif AWS_REGION:
         # No API keys in the environ, so attempt to discover them with Boto instead, per:
-        # http://boto3.readthedocs.io/en/latest/guide/configuration.html#configuring-credentials
+        # https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#configuring-credentials
         # This may be useful if your credentials are obtained via EC2 instance meta data.
         from aws_requests_auth.boto_utils import BotoAWSRequestsAuth
         WAGTAILSEARCH_BACKENDS['default']['HOSTS'][0]['http_auth'] = BotoAWSRequestsAuth(