From 3d2bcbef4bd5cd1f25173d2137145892c133f3ed Mon Sep 17 00:00:00 2001 From: Dharmin Shah Date: Thu, 30 Sep 2021 14:52:07 +0530 Subject: [PATCH] fix: replace responsive web dev bitly links --- .../bootstrap/make-images-mobile-responsive.md | 12 ++++++------ .../bootstrap/make-images-mobile-responsive.md | 12 ++++++------ .../bootstrap/make-images-mobile-responsive.md | 12 ++++++------ .../parser/__fixtures__/ast-realistic.json | 4 ++-- .../parser/__fixtures__/ast-with-jsx.json | 4 ++-- .../parser/__fixtures__/realistic.md | 4 ++-- .../__snapshots__/index.acceptance.test.js.snap | 4 ++-- 7 files changed, 26 insertions(+), 26 deletions(-) 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.

- A cute orange cat lying on its back. + A cute orange cat lying on its back.

Things cats love: