From 23b84c109e82303cc04ad81463b7b1f81c2e9f1b Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Tue, 16 Feb 2021 12:04:35 +0100 Subject: [PATCH] fix: update comments --- lib/tasks/docs.thor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/tasks/docs.thor b/lib/tasks/docs.thor index 4ac8d542..ec4f8a70 100644 --- a/lib/tasks/docs.thor +++ b/lib/tasks/docs.thor @@ -197,8 +197,7 @@ class DocsCLI < Thor end puts '[S3] Done syncing.' - # Upload packages to dl.devdocs.io (used by the "thor docs:download" command) - # TODO(MIGRATION): replace this with an S3 bucket upload. + # Upload packages to downloads.devdocs.io (used by the "thor docs:download" command) puts '[S3 bundle] Begin uploading.' docs.each do |doc|