diff --git a/hooks/post_gen_project.sh b/hooks/post_gen_project.sh index 660b3fe..b6beb59 100755 --- a/hooks/post_gen_project.sh +++ b/hooks/post_gen_project.sh @@ -54,7 +54,7 @@ elif [ "{{ cookiecutter.latex_template }}" = "nle" ]; then cp -r _latex-templates/nle-template.tex {{cookiecutter.paper_id}}.tex cp -r _latex-templates/nle-template-meta.tex metadata.tex elif [ "{{ cookiecutter.latex_template }}" = "sigconf" ]; then - get_files "https://www.acm.org/binaries/content/assets/publications/consolidated-tex-template/acmart-primary.zip" \ + get_files "https://portalparts.acm.org/hippo/latex_templates/acmart-primary.zip" \ acmart.cls \ ACM-Reference-Format.bst cp -r _latex-templates/sigconf-template.tex {{cookiecutter.paper_id}}.tex