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