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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
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_slug}}/main/docs/api/{{cookiecutter.project_slug}}/index.html"><strong>Explore the docs »</strong></a>
28
+
<a href="https://{{cookiecutter.github_username}}.github.io/{{cookiecutter.project_slug}}/readme.html"><strong>Explore the docs »</strong></a>
<a href="#about-the-project">About The Project</a>
45
-
<ul>
46
-
<li><a href="#uml-diagrams">UML Diagrams</a></li>
47
-
</ul>
48
45
</li>
49
46
<li>
50
47
<a href="#getting-started">Getting Started</a>
@@ -74,7 +71,7 @@
74
71
<!-- GETTING STARTED -->
75
72
## Getting Started
76
73
77
-
To run this project locally, you will need to install the prerequisites and follow the installation section
74
+
To run this project locally, you will need to install the prerequisites and follow the installation section.
78
75
79
76
### Prerequisites
80
77
@@ -146,7 +143,7 @@ Some useful examples of how this project can be used:
146
143
```
147
144
148
145
149
-
_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)_
146
+
_For more examples, please refer to the [Documentation](https://{{cookiecutter.github_username}}.github.io/{{cookiecutter.project_slug}}/readme.html)_
150
147
151
148
<palign="right">(<ahref="#top">back to top</a>)</p>
0 commit comments