From 0b934b383ef23322aa62b7eedd5f7ac2aaa5e7ae Mon Sep 17 00:00:00 2001 From: innicoder <100089381+innicoder@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:16:00 +0100 Subject: [PATCH] Fix broken link in README of generated projects (#3634) --- {{cookiecutter.project_slug}}/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md index 96952096..55719487 100644 --- a/{{cookiecutter.project_slug}}/README.md +++ b/{{cookiecutter.project_slug}}/README.md @@ -46,7 +46,7 @@ To run the tests, check your test coverage, and generate an HTML coverage report ### Live reloading and Sass CSS compilation -Moved to [Live reloading and SASS compilation](http://cookiecutter-django.readthedocs.io/en/latest/live-reloading-and-sass-compilation.html). +Moved to [Live reloading and SASS compilation](https://cookiecutter-django.readthedocs.io/en/latest/developing-locally.html#sass-compilation-live-reloading). {%- if cookiecutter.use_celery == "y" %}