We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d17623 + bef1fc9 commit f04ce57Copy full SHA for f04ce57
1 file changed
server/documents/introduction/getting-started.html.eco
@@ -118,7 +118,7 @@ type : 'Main'
118
<h4>Include in Your HTML</h4>
119
<p>Running the gulp build tools will compile css and javascript for use in your project. Just link to these files in your html.</p>
120
<div class="ignored code" data-type="html" data-escape="true">
121
- <link rel="stylesheet" type="text/css" href="/semantic/dist/semantic.min.css">
+ <link rel="stylesheet" type="text/css" href="semantic/dist/semantic.min.css">
122
<script src="semantic/dist/semantic.min.js"></script>
123
</div>
124
0 commit comments