Skip to content

Commit 2e70ded

Browse files
author
Sungjin Han
committed
Edit posts
1 parent 595710c commit 2e70ded

3 files changed

+3
-3
lines changed

_posts/2014-08-26-Gogs-on-Raspberry-Pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You've already got one, haven't you? :-)
2525

2626
### B. Install Golang
2727

28-
You can install golang from source code with [this script](https://github.com/meinside/rpi-configs/blob/master/bin/install_go.sh).
28+
You can install golang from source code with [this script](https://github.com/meinside/dotfiles/raw/master/bin/install_go.sh).
2929

3030
It checks out latest code from the [repository](https://code.google.com/p/go/), build, and install binaries for Raspberry Pi.
3131

_posts/2015-01-16-Sending-notifications-through-Pushbullet-on-Raspberry-Pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With following content, you too, will be able to send Pushbullet notifications o
2222

2323
## 0. Prerequisite
2424

25-
[Ruby](http://www.ruby-lang.org/) needs to be installed on the machine. If it isn't yet, you can get it done with [this script](https://raw.githubusercontent.com/meinside/rpi-configs/master/bin/install_ruby.sh).
25+
[Ruby](http://www.ruby-lang.org/) needs to be installed on the machine. If it isn't yet, you can get it done with [this script](https://github.com/meinside/dotfiles/raw/master/bin/install_ruby.sh).
2626

2727
## 1. Install pushbullet-ruby gem
2828

_posts/2015-12-07-Lets-Encrypt-with-Go-ACME-Client-Utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here are how things go so easily.
2020
## 0. Prerequisite
2121

2222
Go needs to be installed on the machine.
23-
(If you don't know how on Raspberry Pi, use [this script](https://github.com/meinside/rpi-configs/blob/master/bin/install_go.sh))
23+
(If you don't know how on Raspberry Pi, use [this script](https://github.com/meinside/dotfiles/raw/master/bin/install_go.sh))
2424

2525
Also, **libcap-dev** needs to be installed.
2626

0 commit comments

Comments
 (0)