Cat Photos
-Click here to view more cat photos.
+Click here to view more cat photos.
--fcc-editable-region--Cat Photos
-Click here to view more cat photos.
-Click here to view more cat photos.
+diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-10.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-10.md
index 0fe31b90f3..66f7489322 100644
--- a/curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-10.md
+++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-10.md
@@ -10,7 +10,7 @@ isHidden: true
You can link to another page with the anchor (`a`) element. For example, would link to `freecodecamp.org`.
-Add an anchor element after the paragraph that links to `https://www.freecodecamp.org/cat-photos`. At this point, the link won’t show up in the preview.
+Add an anchor element after the paragraph that links to `https://freecatphotoapp.com`. At this point, the link won’t show up in the preview.
@@ -27,8 +27,8 @@ tests:
testString: const collection = [...document.querySelectorAll('a, p')].map(node => node.nodeName); assert( collection.indexOf('P') < collection.indexOf('A') );
- text: Your anchor (`a`) element does not have an `href` attribute. Check that there is a space after the opening tag's name and/or there are spaces before all attribute names.
testString: assert( document.querySelector('a').hasAttribute('href') );
- - text: "Your anchor (`a`) element should link to `https://www.freecodecamp.org/cat-photos`. You have either omitted the URL or have a typo."
- testString: assert( document.querySelector('a').getAttribute('href') === 'https://www.freecodecamp.org/cat-photos' );
+ - text: "Your anchor (`a`) element should link to `https://freecatphotoapp.com`. You have either omitted the URL or have a typo."
+ testString: assert( document.querySelector('a').getAttribute('href') === 'https://freecatphotoapp.com' );
- text: Although you have set the anchor ('a') element's `href` attribute to the correct link, it is recommended to always surround the value of an attribute with quotation marks.
testString: assert( !/\
Click here to view more cat photos.
diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-12.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-12.md
index e8f72d67fa..d54116853b 100644
--- a/curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-12.md
+++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-12.md
@@ -24,7 +24,7 @@ tests:
- text: The link's text should be `cat photos`. You have either omitted the text or have a typo.
testString: const nestedAnchor = $('p > a')[0];
assert(
- nestedAnchor.getAttribute('href') === 'https://www.freecodecamp.org/cat-photos' &&
+ nestedAnchor.getAttribute('href') === 'https://freecatphotoapp.com' &&
nestedAnchor.innerText.toLowerCase().replace(/\s+/g, ' ') === 'cat photos'
);
- text: After nesting the anchor (`a`) element, the only `p` element content visible in the browser should be `Click here to view more cat photos.` Double check the text, spacing, or punctuation of both the `p` and nested anchor element.
@@ -50,7 +50,7 @@ tests:
--fcc-editable-region--
Click here to view more cat photos.
- cat photos + cat photos --fcc-editable-region--Click here to view more cat photos.
+Click here to view more cat photos.
--fcc-editable-region--Click here to view more cat photos.
+Click here to view more cat photos.
--fcc-editable-region--Click here to view more cat photos.
-Click here to view more cat photos.
+