We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330303f commit 40449b6Copy full SHA for 40449b6
1 file changed
{{cookiecutter.project_name}}/next_steps.md
@@ -18,7 +18,7 @@ git remote add origin {{ cookiecutter.repository }}
18
## Push the initial commit to a new repo on GitHub
19
20
Go to
21
-[https://github.com/{{cookiecutter.github_organization}}?tab=repositories](https://github.com/{{cookiecutter.github_organization}}?tab=repositories)
+[https://github.com/organizations/{{cookiecutter.github_organization}}/repositories/new](https://github.com/organizations/{{cookiecutter.github_organization}}/repositories/new)
22
and create a new repository named `{{ cookiecutter.project_name }}` as an empty repository, then push your commits to GitHub:
23
24
```shell
0 commit comments