You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: {{cookiecutter.project_name}}/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Explore the `noxfile.py` and the project documentation for detailed information
77
77
78
78
(This section should guide contributions *to this specific generated project*, not the template. It should refer to the project's `CODE_OF_CONDUCT.md` and link to a `CONTRIBUTING.md` specific to the project, if you choose to generate one.)
79
79
80
-
Report bugs or suggest features via the [issue tracker](https://github.com/{{ cookiecutter.github_user | lower | replace('', '-') }}/{{ cookiecutter.project_name.replace('_', '-') }}/issues).
80
+
Report bugs or suggest features via the [issue tracker](https://{{ cookiecutter.repository_host }}/{{ cookiecutter.repository_path }}/issues).
81
81
82
82
See [CONTRIBUTING.md](#) for contribution guidelines.
0 commit comments