Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit b3047e7

Browse files
Fix image links in margin-block.md
Updated image links to use absolute URLs for margin block examples.
1 parent b583c3d commit b3047e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/css/concepts/margins/terms/margin-block/margin-block.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ h1 {
4141

4242
This will display:
4343

44-
![margin-block-example-1](../../../../../../media/margin-block-example-1.png)
44+
![margin-block-example-1](https://raw.githubusercontent.com/Codecademy/docs/main/media/margin-block-example-1.png)
4545

4646
## Example 2
4747

@@ -55,7 +55,7 @@ h1 {
5555

5656
This will display:
5757

58-
![margin-block-example-2](../../../../../../media/margin-block-example-2.png)
58+
![margin-block-example-2](https://raw.githubusercontent.com/Codecademy/docs/main/media/margin-block-example-2.png)
5959

6060
## Example 3
6161

@@ -70,4 +70,4 @@ h1 {
7070

7171
This will display:
7272

73-
![margin-block-example-3](../../../../../../media/margin-block-example-3.png)
73+
![margin-block-example-3](https://raw.githubusercontent.com/Codecademy/docs/main/media/margin-block-example-3.png)

0 commit comments

Comments
 (0)