Skip to content

Commit 751364c

Browse files
authored
chore(demoURL): update docs demo url for v7 (#3377)
1 parent c88625f commit 751364c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

static/usage/v7/img/basic/angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```html
22
<ion-img
3-
src="https://docs-demo.ionic.io/assets/madison.jpg"
3+
src="https://ionic-docs-demo-v7.vercel.app/assets/madison.jpg"
44
alt="The Wisconsin State Capitol building in Madison, WI at night"
55
></ion-img>
66
```

static/usage/v7/img/basic/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ion-content>
2222
<div class="container">
2323
<ion-img
24-
src="https://docs-demo.ionic.io/assets/madison.jpg"
24+
src="https://ionic-docs-demo-v7.vercel.app/assets/madison.jpg"
2525
alt="The Wisconsin State Capitol building in Madison, WI at night"
2626
></ion-img>
2727
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```html
22
<ion-img
3-
src="https://docs-demo.ionic.io/assets/madison.jpg"
3+
src="https://ionic-docs-demo-v7.vercel.app/assets/madison.jpg"
44
alt="The Wisconsin State Capitol building in Madison, WI at night"
55
></ion-img>
66
```

static/usage/v7/img/basic/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { IonImg } from '@ionic/react';
55
function Example() {
66
return (
77
<IonImg
8-
src="https://docs-demo.ionic.io/assets/madison.jpg"
8+
src="https://ionic-docs-demo-v7.vercel.app/assets/madison.jpg"
99
alt="The Wisconsin State Capitol building in Madison, WI at night"
1010
></IonImg>
1111
);

static/usage/v7/img/basic/vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```html
22
<template>
33
<ion-img
4-
src="https://docs-demo.ionic.io/assets/madison.jpg"
4+
src="https://ionic-docs-demo-v7.vercel.app/assets/madison.jpg"
55
alt="The Wisconsin State Capitol building in Madison, WI at night"
66
></ion-img>
77
</template>

versioned_docs/version-v7/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Introduction to Ionic
33
sidebar_label: Overview
44
slug: /
55
hide_table_of_contents: true
6-
demoUrl: https://docs-demo.ionic.io/
7-
demoSourceUrl: https://github.com/ionic-team/docs-demo
6+
demoUrl: https://ionic-docs-demo-v7.vercel.app/
7+
demoSourceUrl: https://github.com/ionic-team/docs-demo/tree/7.x
88
---
99

1010
import DocsCard from '@components/global/DocsCard';

0 commit comments

Comments
 (0)