don't wrap the paths inside a <code></code>

This commit is contained in:
Omar Polo 2021-10-09 17:19:25 +00:00
parent c7b79c9eed
commit c6bcc919c6
1 changed files with 3 additions and 6 deletions

View File

@ -144,8 +144,7 @@
<hr />
<h2 id="dockerfile">Dockerfile</h2>
<p>
<a href="https://git.omarpolo.com/gmid/tree/contrib/Dockerfile">
<code>contrib/Dockerfile</code></a>
<a href="https://git.omarpolo.com/gmid/tree/contrib/Dockerfile">contrib/Dockerfile</a>
is a simple Dockerfile. The resulting image is a classic alpine
linux image with a statically linked gmid installed as
<code>/bin/gmid</code>.
@ -177,8 +176,7 @@
</p>
<h2 id="systemd-unit-file">Systemd unit file</h2>
<p>
<a href="https://git.omarpolo.com/gmid/tree/contrib/gmid.service">
<code>contrib/gmid.service</code></a>
<a href="https://git.omarpolo.com/gmid/tree/contrib/gmid.service">contrib/gmid.service</a>
is a simple service file for
systemd. To install it:
</p>
@ -204,8 +202,7 @@
</ul>
<h2 id="vim-syntax-files">Vim syntax files</h2>
<p>
<a href="https://git.omarpolo.com/gmid/tree/contrib/vim">
<code>contrib/vim</code></a>
<a href="https://git.omarpolo.com/gmid/tree/contrib/vim">contrib/vim</a>
contains a syntax highlighting for vim. To install it, just
copy the files to <code>~/.vim</code>
or <code>/usr/share/vim/vimfiles</code>, e.g.