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
For detailed API documentation and CLI command references, see the **[Documentation](https://{{ cookiecutter.project_slug.replace('_', '-') }}.readthedocs.io/)**.
62
+
For detailed API documentation and CLI command references, see the **[Documentation](https://{{ cookiecutter.project_name.replace('_', '-') }}.readthedocs.io/)**.
63
63
64
64
## Development Workflow
65
65
@@ -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_username | lower | replace('', '-') }}/{{ cookiecutter.project_slug.replace('_', '-') }}/issues).
80
+
Report bugs or suggest features via the [issue tracker](https://github.com/{{ cookiecutter.github_user | lower | replace('', '-') }}/{{ cookiecutter.project_name.replace('_', '-') }}/issues).
81
81
82
82
See [CONTRIBUTING.md](#) for contribution guidelines.
0 commit comments