diff --git a/code/examples/official-storybook/stories/addon-a11y/image.stories.js b/code/examples/official-storybook/stories/addon-a11y/image.stories.js
index c1bd7e98932b..7623c9f780fe 100644
--- a/code/examples/official-storybook/stories/addon-a11y/image.stories.js
+++ b/code/examples/official-storybook/stories/addon-a11y/image.stories.js
@@ -2,7 +2,7 @@
import React from 'react';
const text = 'Testing the a11y addon';
-const image = 'http://place-hold.it/350x150';
+const image = 'https://storybook.js.org/images/placeholders/350x150.png';
export default {
title: 'Addons/A11y/Image',
diff --git a/code/examples/official-storybook/stories/addon-controls.stories.tsx b/code/examples/official-storybook/stories/addon-controls.stories.tsx
index 94f29aa214ad..4cb748853fdf 100644
--- a/code/examples/official-storybook/stories/addon-controls.stories.tsx
+++ b/code/examples/official-storybook/stories/addon-controls.stories.tsx
@@ -98,7 +98,7 @@ Action.args = {
export const ImageFileControl = (args) => ;
ImageFileControl.args = {
- imageUrls: ['http://place-hold.it/350x150'],
+ imageUrls: ['https://storybook.js.org/images/placeholders/350x150.png'],
};
export const CustomControls = Template.bind({});
diff --git a/code/lib/blocks/src/components/Description.stories.tsx b/code/lib/blocks/src/components/Description.stories.tsx
index 30fe3c969a62..a3b256a5b53d 100644
--- a/code/lib/blocks/src/components/Description.stories.tsx
+++ b/code/lib/blocks/src/components/Description.stories.tsx
@@ -10,7 +10,7 @@ const markdownCaption = `
The group looked like tall, exotic grazing animals, swaying gracefully and unconsciously with the movement of the train, their high heels like polished hooves against the gray metal of the Flatline as a construct, a hardwired ROM cassette replicating a dead man’s skills, obsessions, kneejerk responses.
-![An image](http://place-hold.it/350x150)
+![An image](https://storybook.js.org/images/placeholders/350x150.png)
He stared at the clinic, Molly took him to the Tank War, mouth touched with hot gold as a gliding cursor struck sparks from the wall of a skyscraper canyon.
`;
diff --git a/code/lib/blocks/src/components/DocsPageExampleCaption.md b/code/lib/blocks/src/components/DocsPageExampleCaption.md
index 5b4506e8f82d..d0190eed80aa 100644
--- a/code/lib/blocks/src/components/DocsPageExampleCaption.md
+++ b/code/lib/blocks/src/components/DocsPageExampleCaption.md
@@ -2,7 +2,7 @@
The group looked like tall, exotic grazing animals, swaying gracefully and unconsciously with the movement of the train, their high heels like polished hooves against the gray metal of the Flatline as a construct, a hardwired ROM cassette replicating a dead man’s skills, obsessions, kneejerk responses.
-![An image](http://place-hold.it/350x150)
+![An image](https://storybook.js.org/images/placeholders/350x150.png)
He stared at the clinic, Molly took him to the Tank War, mouth touched with hot gold as a gliding cursor struck sparks from the wall of a skyscraper canyon. Light from a service hatch at the rear of the Sprawl’s towers and ragged Fuller domes, dim figures moving toward him in the dark. A narrow wedge of light from a half-open service hatch at the twin mirrors. Its hands were holograms that altered to match the convolutions of the bright void beyond the chain link. Strata of cigarette smoke rose from the tiers, drifting until it struck currents set up by the blowers and the robot gardener. Still it was a steady pulse of pain midway down his spine. After the postoperative check at the clinic, Molly took him to the simple Chinese hollow points Shin had sold him. The last Case saw of Chiba were the cutting edge, whole bodies of technique supplanted monthly, and still he’d see the matrix in his capsule in some coffin hotel, his hands clawed into the nearest door and watched the other passengers as he rode.
diff --git a/code/lib/blocks/src/components/DocsPageExampleCaption.mdx b/code/lib/blocks/src/components/DocsPageExampleCaption.mdx
index 3425174f37ff..2b34a8f4bc3f 100644
--- a/code/lib/blocks/src/components/DocsPageExampleCaption.mdx
+++ b/code/lib/blocks/src/components/DocsPageExampleCaption.mdx
@@ -2,7 +2,7 @@
The group looked like tall, exotic grazing animals, swaying gracefully and unconsciously with the movement of the train, their high heels like polished hooves against the gray metal of the Flatline as a construct, a hardwired ROM cassette replicating a dead man’s skills, obsessions, kneejerk responses.
-![An image](http://place-hold.it/350x150)
+![An image](https://storybook.js.org/images/placeholders/350x150.png)
He stared at the clinic, Molly took him to the Tank War, mouth touched with hot gold as a gliding cursor struck sparks from the wall of a skyscraper canyon. Light from a service hatch at the rear of the Sprawl’s towers and ragged Fuller domes, dim figures moving toward him in the dark. A narrow wedge of light from a half-open service hatch at the twin mirrors. Its hands were holograms that altered to match the convolutions of the bright void beyond the chain link. Strata of cigarette smoke rose from the tiers, drifting until it struck currents set up by the blowers and the robot gardener. Still it was a steady pulse of pain midway down his spine. After the postoperative check at the clinic, Molly took him to the simple Chinese hollow points Shin had sold him. The last Case saw of Chiba were the cutting edge, whole bodies of technique supplanted monthly, and still he’d see the matrix in his capsule in some coffin hotel, his hands clawed into the nearest door and watched the other passengers as he rode.
diff --git a/code/lib/blocks/src/components/IconGallery.stories.tsx b/code/lib/blocks/src/components/IconGallery.stories.tsx
index ccc1da0a5fac..b14417402fdd 100644
--- a/code/lib/blocks/src/components/IconGallery.stories.tsx
+++ b/code/lib/blocks/src/components/IconGallery.stories.tsx
@@ -21,10 +21,10 @@ export const DefaultStyle = () => (
-
+
-
+
);
diff --git a/code/lib/codemod/src/transforms/__testfixtures__/update-addon-info/update-addon-info.input.js b/code/lib/codemod/src/transforms/__testfixtures__/update-addon-info/update-addon-info.input.js
index b00ccbdfaae8..882c2f97f7ce 100644
--- a/code/lib/codemod/src/transforms/__testfixtures__/update-addon-info/update-addon-info.input.js
+++ b/code/lib/codemod/src/transforms/__testfixtures__/update-addon-info/update-addon-info.input.js
@@ -98,7 +98,7 @@ storiesOf('Button').addWithInfo(