summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site
diff options
context:
space:
mode:
Diffstat (limited to 'vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site')
-rw-r--r--vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site/index.html b/vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site/index.html
index cb40e7f5..ddf2a5b7 100644
--- a/vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site/index.html
+++ b/vhosts/blog/public/posts/2022-10-28/setup-server-for-this-site/index.html
@@ -75,7 +75,7 @@
<section id="section--vps">
<h2><a href="#section--vps">VPS</a></h2>
<p>
- <a href="https://vps.sakura.ad.jp/">さくらの VPS</a> の 2 GB プラン。 そこまで真面目に選定していないので、困ったら移動するかも。
+ <a href="https://vps.sakura.ad.jp/" rel="noreferrer" target="_blank">さくらの VPS</a> の 2 GB プラン。 そこまで真面目に選定していないので、困ったら移動するかも。
</p>
</section>
@@ -221,7 +221,7 @@ $ sudo ufw status</code></pre>
$ cat ~/.ssh/github.key.pub</code></pre>
<p>
- <a href="https://github.com/settings/ssh">GitHub の設定画面</a> から、この公開鍵を追加する。
+ <a href="https://github.com/settings/ssh" rel="noreferrer" target="_blank">GitHub の設定画面</a> から、この公開鍵を追加する。
</p>
<pre class="highlight" language="shell-session"><code>$ vi ~/.ssh/config</code></pre>