diff --git a/.gitattributes b/.gitattributes index 811d7e4fa87..500a1a200ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,7 @@ # Treat SVG files as binary so that their contents don't change due to line # endings. The contents of SVGs must not change from the way they're stored -# on assets.scratch.mit.edu so that MD5 calculations don't change. +# on scratch-assets.scratch.org so that MD5 calculations don't change. *.svg binary # Prefer LF for most file types diff --git a/src/containers/library-item.jsx b/src/containers/library-item.jsx index 0cb839dd0ce..213c3c09e87 100644 --- a/src/containers/library-item.jsx +++ b/src/containers/library-item.jsx @@ -106,7 +106,7 @@ class LibraryItem extends React.PureComponent { render () { const iconMd5 = this.curIconMd5(); const iconURL = iconMd5 ? - `https://cdn.assets.scratch.mit.edu/internalapi/asset/${iconMd5}/get/` : + `https://scratch-assets.scratch.org/internalapi/asset/${iconMd5}/get/` : this.props.iconRawURL; return ( - +