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_slug}}/README.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,16 @@
25
25
<palign="center">
26
26
{{cookiecutter.project_short_description}}
27
27
<br />
28
-
<a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/{{cookiecutter.github_username}}/{{cookiecutter.project_name}}/main/docs/api/{{cookiecutter.project_name}}/index.html"><strong>Explore the docs »</strong></a>
28
+
<a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/main/docs/api/{{cookiecutter.project_slug}}/index.html"><strong>Explore the docs »</strong></a>
@@ -154,7 +154,7 @@ Some useful examples of how this project can be used:
154
154
nox -s pre-commit
155
155
```
156
156
157
-
_For more examples, please refer to the [Documentation](https://htmlpreview.github.io/?https://raw.githubusercontent.com/{{cookiecutter.github_username}}/{{cookiecutter.project_name}}/main/docs/api/{{cookiecutter.project_name}}/index.html)_
157
+
_For more examples, please refer to the [Documentation](https://htmlpreview.github.io/?https://raw.githubusercontent.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/main/docs/api/{{cookiecutter.project_slug}}/index.html)_
158
158
159
159
<palign="right">(<ahref="#top">back to top</a>)</p>
160
160
@@ -168,7 +168,7 @@ _For more examples, please refer to the [Documentation](https://htmlpreview.gith
168
168
-[ ] Improve documentation
169
169
-[ ] Include more tests
170
170
171
-
See the [open issues](https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_name}}/issues) for a full list of proposed features (and known issues).
171
+
See the [open issues](https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/issues) for a full list of proposed features (and known issues).
172
172
173
173
<palign="right">(<ahref="#top">back to top</a>)</p>
174
174
@@ -195,7 +195,7 @@ Don't forget to give the project a star! Thanks again!
195
195
<!-- LICENSE -->
196
196
## License
197
197
198
-
Distributed under the {{cookiecutter.license}} License. See [`LICENSE.txt`](https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_name}}/LICENSE.txt) for more information.
198
+
Distributed under the {{cookiecutter.license}} License. See [`LICENSE.txt`](https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/LICENSE.txt) for more information.
199
199
200
200
<palign="right">(<ahref="#top">back to top</a>)</p>
201
201
@@ -206,7 +206,7 @@ Distributed under the {{cookiecutter.license}} License. See [`LICENSE.txt`](http
0 commit comments