Skip to content

Commit

Permalink
The RaspiBolt guide was transferred to the 'raspibolt' organization
Browse files Browse the repository at this point in the history
on GitHub: https://github.com/raspibolt

This commit:
* updates all links to the new GitHub pages URL:
  stadicus.github.io/raspibolt
* updates direct links into the GitHub repository
* updates the MIT License copyright
  • Loading branch information
Stadicus committed Oct 29, 2021
1 parent 37653fa commit 80028b6
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2019 Stadicus
Copyright (c) 2017-2020 Stadicus
Copyright (c) 2021 RaspiBolt contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### The RaspiBolt Guide is now available on GitHub Pages:
https://stadicus.github.io/RaspiBolt/
https://raspibolt.github.io/raspibolt/

This repository contains all sources and is used for Issue tracking.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ remote_theme: pmarsceill/just-the-docs
search_enabled: true
aux_links:
"Issues / Knowledge Base":
- "https://github.com/Stadicus/RaspiBolt/issues"
- "https://github.com/raspibolt/raspibolt/issues"
"Contribute! Source on GitHub":
- "https://github.com/Stadicus/RaspiBolt/"
- "https://github.com/raspibolt/raspibolt/"

# enable theme for local usage
#theme: "just-the-docs"
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ I now basically run my own bank using free open-source software and some cheap h

---

The **RaspiBolt version 2** builds on the Raspberry Pi 4. If you're looking for the old version: [check out the old source files on GitHub](https://github.com/Stadicus/RaspiBolt/blob/1.0/index.md).
The **RaspiBolt version 2** builds on the Raspberry Pi 4. If you're looking for the old version: [check out the old source files on GitHub](https://github.com/raspibolt/raspibolt/blob/1.0/index.md).

---

Expand Down Expand Up @@ -103,7 +103,7 @@ But please be aware that you should start with small amounts that you are willin

## Community Support
Find help and other Raspibolt users on the following platforms:
* [Github Issues / Knowledge Base](https://github.com/Stadicus/RaspiBolt/issues)
* [Github Issues / Knowledge Base](https://github.com/raspibolt/raspibolt/issues)
* Reddit sub: [r/raspibolt](https://www.reddit.com/r/raspibolt/)
* Telegram group: [t.me/raspibolt](https://t.me/raspibolt)

Expand Down
2 changes: 1 addition & 1 deletion raspibolt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ nav_exclude: true
---
### The RaspiBolt Guide is now available on GitHub Pages:

https://stadicus.github.io/RaspiBolt/
https://raspibolt.github.io/raspibolt/

This repository contains all sources and is used for Issue tracking.
2 changes: 1 addition & 1 deletion raspibolt_61_system-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This script will run as root, so please check it before blindly trusting me.
```sh
$ sudo apt install jq net-tools
$ cd /tmp/
$ wget https://raw.githubusercontent.com/Stadicus/RaspiBolt/master/resources/20-raspibolt-welcome
$ wget https://raw.githubusercontent.com/raspibolt/raspibolt/master/resources/20-raspibolt-welcome

# check script & exit
$ nano 20-raspibolt-welcome
Expand Down
6 changes: 3 additions & 3 deletions raspibolt_67_additional-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ has_toc: false

*Difficulty: easy*

The following scripts were created by [RobClark56](https://github.com/robclark56) and help getting a better system overview.
The following scripts were created by [RobClark56](https://github.com/robclark56) and help getting a better system overview.

As user "admin", download the scripts, make them executable and copy them to the global bin folder.

Expand All @@ -19,7 +19,7 @@ As user "admin", download the scripts, make them executable and copy them to the

```
$ cd /home/admin/download/
$ wget https://raw.githubusercontent.com/Stadicus/RaspiBolt/master/resources/lnbalance
$ wget https://raw.githubusercontent.com/raspibolt/raspibolt/master/resources/lnbalance
$ chmod +x lnbalance
$ sudo cp lnbalance /usr/local/bin
$ cd
Expand All @@ -33,7 +33,7 @@ $ lnbalance

```
$ cd /home/admin/download/
$ wget https://raw.githubusercontent.com/Stadicus/RaspiBolt/master/resources/lnchannels
$ wget https://raw.githubusercontent.com/raspibolt/raspibolt/master/resources/lnchannels
$ chmod +x lnchannels
$ sudo cp lnchannels /usr/local/bin
$ cd
Expand Down
2 changes: 1 addition & 1 deletion raspibolt_70_troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ I collected frequent questions not directly related with issues in a separate [G
### Issues / Knowledge Base on Github

When running into problems, you (and many before you) can open an issue on GitHub.
https://github.com/Stadicus/guides/issues
https://github.com/raspibolt/raspibolt/issues

1. Please check this Troubleshooting Guide first.
2. Check the GitHub Issues if it is a known problem. Maybe somebody already solved it?
Expand Down

0 comments on commit 80028b6

Please sign in to comment.