From 83634bdf981722c1de3addf5aef001d1a34ff8ff Mon Sep 17 00:00:00 2001 From: Hugh Cayless Date: Mon, 15 Nov 2021 07:45:40 -0500 Subject: [PATCH] Moving back to EpiDoc XSLT. --- pn-xslt/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pn-xslt/Rakefile b/pn-xslt/Rakefile index bacf9b2b..dd96ea16 100644 --- a/pn-xslt/Rakefile +++ b/pn-xslt/Rakefile @@ -2,7 +2,7 @@ task setup: [] do if File.exists? "../epidoc-xslt" sh "cd ../epidoc-xslt; git pull" else - sh "git clone https://github.com/papyri/Stylesheets.git ../epidoc-xslt" + sh "git clone https://github.com/EpiDoc/Stylesheets.git ../epidoc-xslt" end end