From 6b6bb298016c3d666b88cc8a95fe16457cd88e5e Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+simplePCBuilding@users.noreply.github.com> Date: Wed, 29 Mar 2023 08:07:54 +0000 Subject: [PATCH] Update GettingStarted.md change links such that script picks them up --- GettingStarted.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GettingStarted.md b/GettingStarted.md index bb1f506..35b3fe9 100644 --- a/GettingStarted.md +++ b/GettingStarted.md @@ -12,9 +12,9 @@ First of all, you need to know, if you are going to have WiFi connection when yo Loading the script from the cdn is quite straight forward. If you copy the below example code, you need to do nothing else, impress will be loaded automatically. **Direct links to different versions of the impress.js file** -- V2.0.0: https://cdn.jsdelivr.net/gh/impress/impress.js@2.0.0/js/impress.js -- V1.1.0: https://cdn.jsdelivr.net/gh/impress/impress.js@1.1.0/js/impress.js -- Source: https://cdn.jsdelivr.net/gh/impress/impress.js/js/impress.js +- [V2.0.0](https://cdn.jsdelivr.net/gh/impress/impress.js@2.0.0/js/impress.js) +- [V1.1.0](https://cdn.jsdelivr.net/gh/impress/impress.js@1.1.0/js/impress.js) +- [Source](https://cdn.jsdelivr.net/gh/impress/impress.js/js/impress.js) ### Download the file to your PC Head to the releases tab and download the source code as zip or as a tarball. Go ahead and unzip / untar it. You need to copy the folder */js/* into the folder you are working in. Optionally, if you want to make your life a bit easier, you can copy also copy the folder */css/* in there.