Skip to content

Commit f522a4f

Browse files
committed
Fix links in English Snap post
See ruby#1888 (comment) @hsbt, read your GitHub emails! :-p
1 parent 710d49f commit f522a4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/news/_posts/2018-11-08-snap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: en
99

1010
We released the official snap package of Ruby language.
1111

12-
https://snapcraft.io/ruby
12+
<https://snapcraft.io/ruby>
1313

1414
Snap is a package system developed by Canonical. It allows you to distribute a software with its dependencies for many different Linux systems. This solves the problem that a user cannot install the latest Ruby release from the default repository of their system like in rpm or apt.
1515

@@ -19,7 +19,7 @@ On Ubuntu 16.04 or later, you can use Ruby snap with the following command:
1919
sudo snap install ruby --classic
2020
```
2121

22-
(If you use other Linux distributions, please refer to https://docs.snapcraft.io/installing-snapd/6735)
22+
(If you use other Linux distributions, please refer to <https://docs.snapcraft.io/installing-snapd/6735>
2323

2424
Our snap uses the "channel" feature to release multiple Ruby series concurrently. For example, without specifying a channel, 2.5.3 will be installed. But if you want to use Ruby 2.4, specify the 2.4 channel like the following:
2525

@@ -42,6 +42,6 @@ eval `ruby.env`
4242

4343
Since `$HOME/.gem` is shared by multiple versions, if you switch versions and use them, you will need to recompile C extensions using the `gem pristine --extensions` command.
4444

45-
The initial version of official Ruby snap has released during Snapcraft summit held at Canonical office in London on Nov 6-8th, 2018. Any feedbacks are welcomed at https://github.com/ruby/snap.ruby.
45+
The initial version of official Ruby snap has released during Snapcraft summit held at Canonical office in London on Nov 6-8th, 2018. Any feedbacks are welcomed at <https://github.com/ruby/snap.ruby>.
4646

4747
Enjoy!

0 commit comments

Comments
 (0)