diff --git a/lib/tasks/docs.thor b/lib/tasks/docs.thor index f8154abe..a3847ec6 100644 --- a/lib/tasks/docs.thor +++ b/lib/tasks/docs.thor @@ -237,7 +237,7 @@ class DocsCLI < Thor def download_doc(doc) target_path = File.join(Docs.store_path, doc.path) - open "http://dl.devdocs.io/#{doc.path}.tar.gz" do |file| + open "https://dl.devdocs.io/#{doc.path}.tar.gz" do |file| FileUtils.mkpath(target_path) file.close tar = UnixUtils.gunzip(file.path)