From 8d158296df0e2456c33c5f97e4e36de064e3133e Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Wed, 9 Nov 2022 17:01:46 +0100 Subject: [PATCH] Fix link to ACM package --- hooks/post_gen_project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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