From ce7a1f15ee73ac115755556284dfeb2b86069852 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Thu, 20 Oct 2022 14:47:20 -0400 Subject: [PATCH] https --- docz/docs/03-demos/02-mobile.md | 2 +- docz/docs/03-demos/06-content.md | 2 +- docz/docs/03-demos/22-azure.md | 2 +- docz/docs/03-demos/27-cli.md | 2 +- docz/docs/03-demos/31-engines.md | 14 ++++---- docz/docs/03-demos/35-server.md | 2 +- docz/docs/03-demos/41-nosql.md | 2 +- docz/docs/03-demos/44-legacy.md | 2 +- docz/docs/06-solutions/01-input.md | 18 +++++----- docz/docs/06-solutions/05-output.md | 49 +++++++++++++++++++++++++++ docz/docs/09-miscellany/02-errors.md | 34 +++++++++++++++++++ docz/docs/09-miscellany/04-testing.md | 2 +- docz/static/angularjs/index.html | 4 +-- docz/static/angularjs/ui-grid.html | 4 +-- docz/static/aws/index.js | 2 +- docz/static/browserify/app.js | 2 +- docz/static/browserify/index.html | 4 +-- docz/static/browserify/xlsxworker.js | 2 +- docz/static/cdg/index.html | 4 +-- docz/static/cli/xlsx-cli.js | 4 +-- docz/static/electron/index.html | 2 +- docz/static/electron/main.js | 2 +- docz/static/ionic/home.page.ts | 2 +- docz/static/knockout/knockout.html | 2 +- docz/static/mobile/index.js | 2 +- docz/static/nwjs/index.html | 2 +- docz/static/react/fetch.html | 2 +- docz/static/react/index.html | 6 ++-- docz/static/swift/SheetJSCore.swift | 2 +- docz/static/swift/main.swift | 2 +- docz/static/systemjs/main.js | 2 +- docz/static/systemjs/systemjs.html | 4 +-- docz/static/vtl/App.vue | 2 +- docz/static/vue/SheetJS-vue.js | 2 +- docz/static/vue/fetch.html | 2 +- docz/static/vue/index2.html | 4 +-- docz/static/vue/index3.html | 4 +-- docz/static/xspreadsheet/index.html | 4 +-- 38 files changed, 144 insertions(+), 61 deletions(-) diff --git a/docz/docs/03-demos/02-mobile.md b/docz/docs/03-demos/02-mobile.md index 86a67c5..fc46745 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 2d62a1a..2e434ab 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 - +