diff --git a/curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md b/curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md
index 63e0b4dcfc..95d5a128c2 100644
--- a/curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md
+++ b/curriculum/challenges/chinese-traditional/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md
@@ -8,7 +8,7 @@ dashedName: make-images-mobile-responsive
# --description--
-首先,在已有的圖片下面添加一張新的圖片。 設置其 `src` 屬性爲 `https://bit.ly/fcc-running-cats`。
+首先,在已有的圖片下面添加一張新的圖片。 設置其 `src` 屬性爲 `https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg`。
如果圖片的大小恰恰和我們手機屏幕尺寸大小一樣自然是最好的。
@@ -34,10 +34,10 @@ assert($('img:eq(1)').hasClass('img-responsive'));
assert(!$('img:eq(1)').hasClass('smaller-image'));
```
-新圖片的 `src` 屬性值應該爲 `https://bit.ly/fcc-running-cats`。
+新圖片的 `src` 屬性值應該爲 `https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg`。
```js
-assert($('img:eq(1)').attr('src') === 'https://bit.ly/fcc-running-cats');
+assert($('img:eq(1)').attr('src') === 'https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg');
```
確保新的 `img` 元素有一個閉合的尖括號。
@@ -87,7 +87,7 @@ assert(
Click here for cat photos.
-
+
Things cats love:
@@ -148,8 +148,8 @@ assert(
Click here for cat photos.
-
-
+
+
Things cats love:
diff --git a/curriculum/challenges/chinese/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md b/curriculum/challenges/chinese/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md
index 0375a20f5b..ad0b7c8188 100644
--- a/curriculum/challenges/chinese/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md
+++ b/curriculum/challenges/chinese/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md
@@ -8,7 +8,7 @@ dashedName: make-images-mobile-responsive
# --description--
-首先,在已有的图片下面添加一张新的图片。 设置其 `src` 属性为 `https://bit.ly/fcc-running-cats`。
+首先,在已有的图片下面添加一张新的图片。 设置其 `src` 属性为 `https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg`。
如果图片的大小恰恰和我们手机屏幕尺寸大小一样自然是最好的。
@@ -34,10 +34,10 @@ assert($('img:eq(1)').hasClass('img-responsive'));
assert(!$('img:eq(1)').hasClass('smaller-image'));
```
-新图片的 `src` 属性值应该为 `https://bit.ly/fcc-running-cats`。
+新图片的 `src` 属性值应该为 `https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg`。
```js
-assert($('img:eq(1)').attr('src') === 'https://bit.ly/fcc-running-cats');
+assert($('img:eq(1)').attr('src') === 'https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg');
```
确保新的 `img` 元素有一个闭合的尖括号。
@@ -87,7 +87,7 @@ assert(
Click here for cat photos.
-
+
Things cats love:
@@ -148,8 +148,8 @@ assert(
Click here for cat photos.
-
-
+
+
Things cats love:
diff --git a/curriculum/challenges/italian/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md b/curriculum/challenges/italian/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md
index 06337dd4cd..d0ff4ab985 100644
--- a/curriculum/challenges/italian/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md
+++ b/curriculum/challenges/italian/03-front-end-development-libraries/bootstrap/make-images-mobile-responsive.md
@@ -8,7 +8,7 @@ dashedName: make-images-mobile-responsive
# --description--
-Innanzitutto, aggiungi una nuova immagine sotto quella esistente. Imposta l'attributo `src` su `https://bit.ly/fcc-running-cats`.
+Innanzitutto, aggiungi una nuova immagine sotto quella esistente. Imposta l'attributo `src` su `https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg`.
Sarebbe bello se questa immagine potesse essere larga esattamente come lo schermo del nostro telefono.
@@ -34,10 +34,10 @@ La tua nuova immagine non dovrebbe avere la classe `smaller-image`.
assert(!$('img:eq(1)').hasClass('smaller-image'));
```
-La tua nuova immagine dovrebbe avere un `src` di `https://bit.ly/fcc-running-cats`.
+La tua nuova immagine dovrebbe avere un `src` di `https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg`.
```js
-assert($('img:eq(1)').attr('src') === 'https://bit.ly/fcc-running-cats');
+assert($('img:eq(1)').attr('src') === 'https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg');
```
Il tuo nuovo elemento `img` dovrebbe avere una parentesi angolare di chiusura.
@@ -87,7 +87,7 @@ assert(
Click here for cat photos.
-
+
Things cats love: