We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6072232 commit 23b84c1Copy full SHA for 23b84c1
1 file changed
lib/tasks/docs.thor
@@ -197,8 +197,7 @@ class DocsCLI < Thor
197
end
198
puts '[S3] Done syncing.'
199
200
- # Upload packages to dl.devdocs.io (used by the "thor docs:download" command)
201
- # TODO(MIGRATION): replace this with an S3 bucket upload.
+ # Upload packages to downloads.devdocs.io (used by the "thor docs:download" command)
202
puts '[S3 bundle] Begin uploading.'
203
204
docs.each do |doc|
0 commit comments