Skip to content

Commit f04ce57

Browse files
committed
Merge pull request #99 from rbinv/patch-1
change link href from absolute to relative path
2 parents 6d17623 + bef1fc9 commit f04ce57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/introduction/getting-started.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ type : 'Main'
118118
<h4>Include in Your HTML</h4>
119119
<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>
120120
<div class="ignored code" data-type="html" data-escape="true">
121-
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/semantic/dist/semantic.min.css&quot;&gt;
121+
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;semantic/dist/semantic.min.css&quot;&gt;
122122
&lt;script src=&quot;semantic/dist/semantic.min.js&quot;&gt;&lt;/script&gt;
123123
</div>
124124
</div>

0 commit comments

Comments
 (0)