Browse Source

Use https for link

Tim Lim 3 years ago
parent
commit
8af6eb7b9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/moment_timezone.rb

+ 1 - 1
lib/docs/scrapers/moment_timezone.rb

@@ -8,7 +8,7 @@ module Docs
     self.root_path = '/docs/'
     self.initial_paths = %w(/docs/)
     self.links = {
-      home: 'http://momentjs.com/timezone/',
+      home: 'https://momentjs.com/timezone/',
       code: 'https://github.com/moment/moment-timezone/'
     }