diff --git a/README.md b/README.md index 0a39fb0842..a045350558 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ and then editing the results to include your name, email, and various configurat First, get Cookiecutter. Trust me, it's awesome: - $ pip install "cookiecutter>=1.7.0" + $ pip install "cookiecutter>=2.2.3" Now run it against this repo: @@ -189,7 +189,7 @@ Create a git repo and push it there: $ git add . $ git commit -m "first awesome commit" $ git remote add origin git@github.com:pydanny/redditclone.git - $ git push -u origin master + $ git push -u origin main Now take a look at your repo. Don't forget to carefully look at the generated README. Awesome, right? diff --git a/docs/developing-locally-docker.rst b/docs/developing-locally-docker.rst index c205c852b5..91a42d705f 100644 --- a/docs/developing-locally-docker.rst +++ b/docs/developing-locally-docker.rst @@ -322,7 +322,7 @@ Go to your browser and type in your URL bar ``https://my-dev-env.local`` See `https with nginx`_ for more information on this configuration. - .. _`https with nginx`: https://codewithhugo.com/docker-compose-local-https/ + .. _`https with nginx`: https://codewithhugo.com/docker compose-local-https/ .gitignore ~~~~~~~~~~