From 734f70e6d9ff97240833ea47ea9ad7f05fe467c5 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Wed, 24 Aug 2022 02:02:38 -0400 Subject: [PATCH] linkfix --- docz/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docz/docs/index.md b/docz/docs/index.md index 6f9840c..6355fb9 100644 --- a/docz/docs/index.md +++ b/docz/docs/index.md @@ -65,8 +65,8 @@ document.getElementById("sheetjsexport").addEventListener('click', function() {
How to automate with NodeJS (click to show) -[The "Headless Automation" demo](http://localhost:3000/docs/demos/headless) -includes complete examples using the `puppeteer` and `playwright` libraries. +[The "Headless Automation" demo](./demos/headless) includes complete examples +using the `puppeteer` and `playwright` browser automation frameworks.