Skip to content
Snippets Groups Projects

Update URLs to avoid redirects

Merged Edward Betts requested to merge edward/django-yarnpkg:fix-urls into master
5 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -6,5 +6,5 @@ class YarnNotInstalled(CommandError):
def __init__(self):
super(YarnNotInstalled, self).__init__(
"Yarn not installed, read instruction here - http://yarnpkg.com/",
"Yarn not installed, read instruction here - https://yarnpkg.com/",
)
Loading