diff --git a/docz/docs/03-demos/02-mobile.md b/docz/docs/03-demos/02-mobile.md index 86a67c55..fc46745c 100644 --- a/docz/docs/03-demos/02-mobile.md +++ b/docz/docs/03-demos/02-mobile.md @@ -343,7 +343,7 @@ npx react-native init SheetJSRN --version="0.67.2" ```bash cd SheetJSRN -curl -LO http://oss.sheetjs.com/assets/img/logo.png +curl -LO https://oss.sheetjs.com/assets/img/logo.png npm i -S https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz npm i -S react-native-table-component react-native-document-picker ``` diff --git a/docz/docs/03-demos/06-content.md b/docz/docs/03-demos/06-content.md index 2d62a1af..2e434ab2 100644 --- a/docz/docs/03-demos/06-content.md +++ b/docz/docs/03-demos/06-content.md @@ -630,7 +630,7 @@ The server is listening on that URL. Open the link in a web browser. 5) Replace `pages/index.vue` with the following: ```html - +