Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Commit

Permalink
basic-snap-usage: add missing space before links (#69)
Browse files Browse the repository at this point in the history
Add missing spaces into the html template of basic-snap-usage.
This issue was not found in other pages with command:
grep -r "[0-9a-zA-Z]<a " *.html

This fixes #68

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
  • Loading branch information
Cypresslin authored and anthonydillon committed Jan 20, 2017
1 parent 550b27c commit 81e35b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/codelabs/basic-snap-usage/index.ubuntu-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ <h3>Fedora</h3>

# to persist, edit /etc/selinux/config to set SELINUX=permissive and reboot.</pre>
<h3>Gentoo</h3>
<p>Install the<a href="https://github.com/zyga/gentoo-snappy" target="_blank">gentoo-snappy overlay</a>.</p>
<p>Install the <a href="https://github.com/zyga/gentoo-snappy" target="_blank">gentoo-snappy overlay</a>.</p>
<h3>OpenEmbedded/Yocto</h3>
<p>Install the<a href="https://github.com/morphis/meta-snappy/blob/master/README.md" target="_blank">snap meta layer</a>.</p>
<p>Install the <a href="https://github.com/morphis/meta-snappy/blob/master/README.md" target="_blank">snap meta layer</a>.</p>
<h3>openSuSE</h3>
<pre>$ sudo zypper addrepo http://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_42.2/ snappy
$ sudo zypper install snapd</pre>
<h3>OpenWrt</h3>
<p>Enable the<a href="https://github.com/teknoraver/snap-openwrt/blob/master/README.md" target="_blank">snap-openwrt feed</a>.</p>
<p>Enable the <a href="https://github.com/teknoraver/snap-openwrt/blob/master/README.md" target="_blank">snap-openwrt feed</a>.</p>
<h3>Ubuntu</h3>
<p>You should already be all set on ubuntu 16.04 LTS desktop, just in case run:</p>
<pre>$ sudo apt install snapd</pre>
Expand Down

0 comments on commit 81e35b8

Please sign in to comment.