From b100e2346057d7091fd1c8a48fec39a6bf21138c Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Sun, 15 Jan 2023 15:00:34 -0800 Subject: [PATCH] add symlink I'm adding this symlink to make github pages serve the right file, quiplibre.html, from this directory without renaming the file to the unhelpful "index.html". This worked, so I deleted the gh-pages branch I had on github which had quiplibre.html renamed to index.html. I had to keep manually updating that to rename the file, so it was not worth the trouble it took to maintain! --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 120000 index.html diff --git a/index.html b/index.html new file mode 120000 index 0000000..fbf5fae --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +quiplibre.html \ No newline at end of file