From c837a2b604f752cf88352162f6d18204b8fe5ee9 Mon Sep 17 00:00:00 2001 From: "Florine W. Dekker" Date: Fri, 12 Jan 2024 14:13:23 +0100 Subject: [PATCH] Remove unnecessary double external link indicator --- package.json | 2 +- src/main/_posts/2017-03-01-raspi.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a2fd89..a6ca972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blog", - "version": "1.4.3", + "version": "1.4.4", "description": "Florine's personal blog.", "author": "Florine W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/_posts/2017-03-01-raspi.md b/src/main/_posts/2017-03-01-raspi.md index dea8884..35b2a4d 100644 --- a/src/main/_posts/2017-03-01-raspi.md +++ b/src/main/_posts/2017-03-01-raspi.md @@ -25,7 +25,7 @@ This section describes the instructions to be performed before trying to connect You will only have to follow these instructions once. 0. Make sure SSH is enabled on your Raspi. - If it isn't, follow [⎋ this guide](https://www.raspberrypi.org/documentation/remote-access/ssh/). + If it isn't, follow [this guide](https://www.raspberrypi.org/documentation/remote-access/ssh/). 1. Install the necessary packages. $ sudo apt update && sudo apt upgrade