diff --git a/static/usage/v8/img/basic/angular/example_component_html.md b/static/usage/v8/img/basic/angular/example_component_html.md index 61e27f8b9d6..1e4ce0fbb72 100644 --- a/static/usage/v8/img/basic/angular/example_component_html.md +++ b/static/usage/v8/img/basic/angular/example_component_html.md @@ -1,6 +1,6 @@ ```html ``` diff --git a/static/usage/v8/img/basic/demo.html b/static/usage/v8/img/basic/demo.html index ec0e23586ce..55671cb3ed8 100644 --- a/static/usage/v8/img/basic/demo.html +++ b/static/usage/v8/img/basic/demo.html @@ -21,7 +21,7 @@
diff --git a/static/usage/v8/img/basic/javascript.md b/static/usage/v8/img/basic/javascript.md index 61e27f8b9d6..1e4ce0fbb72 100644 --- a/static/usage/v8/img/basic/javascript.md +++ b/static/usage/v8/img/basic/javascript.md @@ -1,6 +1,6 @@ ```html ``` diff --git a/static/usage/v8/img/basic/react.md b/static/usage/v8/img/basic/react.md index 0236cc28976..1927954fb46 100644 --- a/static/usage/v8/img/basic/react.md +++ b/static/usage/v8/img/basic/react.md @@ -5,7 +5,7 @@ import { IonImg } from '@ionic/react'; function Example() { return ( ); diff --git a/static/usage/v8/img/basic/vue.md b/static/usage/v8/img/basic/vue.md index cccf7e8d759..86a3283d5e3 100644 --- a/static/usage/v8/img/basic/vue.md +++ b/static/usage/v8/img/basic/vue.md @@ -1,7 +1,7 @@ ```html diff --git a/versioned_docs/version-v8/index.md b/versioned_docs/version-v8/index.md index 60376777057..556dc9af143 100644 --- a/versioned_docs/version-v8/index.md +++ b/versioned_docs/version-v8/index.md @@ -3,8 +3,8 @@ title: Introduction to Ionic sidebar_label: Overview slug: / hide_table_of_contents: true -demoUrl: https://docs-demo.ionic.io/ -demoSourceUrl: https://github.com/ionic-team/docs-demo +demoUrl: https://ionic-docs-demo-v8.vercel.app/ +demoSourceUrl: https://github.com/ionic-team/docs-demo/tree/8.x --- import DocsCard from '@components/global/DocsCard';