From a113714f3c83d00bff7aa95ab177aca932985c2f Mon Sep 17 00:00:00 2001 From: morepurplemorebetter Date: Mon, 12 Oct 2020 20:21:33 +0200 Subject: [PATCH] Update readme --- README.md | 6 +++--- _functions/Functions2.js | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11626782..60d3fb80 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ This Git contains all document-level JavaScript that is used in the AcroForm PDFs called **MPMB's Character Record Sheet**. Note that you can't create the PDF from just this repository, this is just the JavaScript used at the document-level. -### [MPMB's Character Record Sheets can be found here](https://flapkan.com/mpmb/charsheets) +### [MPMB's Character Record Sheets can be found here](https://www.flapkan.com/download/#charactersheets) -### [MPMB's Spell Sheets per Class can be found here](https://flapkan.com/mpmb/spellsheets) +### [MPMB's Spell Sheets per Class can be found here](https://www.flapkan.com/download/#spellsheets) -### [MPMB's Adventure Logsheets can be found here](https://flapkan.com/mpmb/dmsguild) +### [MPMB's Adventure Logsheets can be found here](https://www.flapkan.com/download/#logsheets) ### [Please consider supporting this project on Patreon](https://patreon.com/morepurplemorebetter) diff --git a/_functions/Functions2.js b/_functions/Functions2.js index cbe1470e..5af8dc1c 100644 --- a/_functions/Functions2.js +++ b/_functions/Functions2.js @@ -3622,7 +3622,6 @@ function SetStringifieds(type) { }; // Recursive function to create bookmarks from a bookmark object - function createBookmarks(parent, bObj) { var i = 0; for (var bkmrkNm in bObj) {