Skip to content

Commit 165c923

Browse files
authored
docs(Card): Use remote images instead of local docs images
1 parent 3117b82 commit 165c923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/card/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The below snippet demonstrates the setup of a Card component with all building b
3131
<CardHeader>
3232
<CardTitle>Tourism</CardTitle>
3333
</CardHeader>
34-
<CardImage Src="https://docs.telerik.com/blazor-ui/components/card/images/rome.jpg"></CardImage>
34+
<CardImage Src="https://demos.telerik.com/blazor-ui/images/cards/places/rome.jpg"></CardImage>
3535
<CardBody>
3636
<CardTitle>Rome</CardTitle>
3737
<CardSubTitle>Capital of Italy</CardSubTitle>

0 commit comments

Comments
 (0)