fix documentation links

This commit is contained in:
rootzoll 2024-03-29 18:15:38 +01:00
parent 15447780fa
commit fa9989bf51

View file

@ -4,35 +4,35 @@ _Build your own Bitcoin & Lightning Fullnode on a RaspberryPi with an optional D
![RaspiBlitz](pictures/raspiblitz.jpg) ![RaspiBlitz](pictures/raspiblitz.jpg)
**The RaspiBlitz is a do-it-yourself Bitcoin & Lightning Fullnode running on a RaspberryPi with a nice display for easy setup & monitoring.** **The RaspiBlitz is a do-it-yourself Bitcoin & Lightning Fullnode running on a RaspberryPi 4&5 with a nice display for easy setup & monitoring.**
RaspiBlitz is mainly targeted for learning how to run your own node decentralized from home - because: Not your Node, Not your Rules. Discover & develop the open-source ecosystem of Bitcoin by becoming a full part of it. RaspiBlitz is mainly targeted for learning how to run your own node decentralized from home - because: Not your Node, Not your Rules. Discover & develop the open-source ecosystem of Bitcoin by becoming a full part of it.
**Links to Quickstart your RaspiBlitz journey:** **Links to Quickstart your RaspiBlitz journey:**
- [Project Homepage: raspiblitz.org](https://raspiblitz.org) - [Project Homepage: raspiblitz.org](https://raspiblitz.org)
- [How to build & setup your own RaspiBlitz & Documentation](https://docs.raspiblitz.org/docs/intro) - [How to build & setup your own RaspiBlitz & Documentation](https://docs.raspiblitz.org/docs/setup/intro)
- [Download latest SD Card images](https://docs.raspiblitz.org/docs/setup/software-setup/download) - [Download latest SD Card images](https://docs.raspiblitz.org/docs/setup/software-setup/download)
- [How to get Support](https://docs.raspiblitz.org/docs/community/support) - [How to get Support](https://docs.raspiblitz.org/docs/community/support)
**Additional Resources:** **Additional Resources:**
- [ChangeLog](CHANGES) - [ChangeLog](CHANGES.md)
- [FAQ User](https://docs.raspiblitz.org/docs/faq) - [FAQ User](https://docs.raspiblitz.org/docs/faq)
- [FAQ Development](https://docs.raspiblitz.org/docs/faq/dev) - [FAQ Development](https://docs.raspiblitz.org/docs/faq/dev)
- [FAQ Core Lightning](https://docs.raspiblitz.org/docs/faq/cl) - [FAQ Core Lightning](https://docs.raspiblitz.org/docs/faq/cl)
- [Workshop Tutorial](https://docs.raspiblitz.org/docs/faq/cl) - [Workshop Tutorial](https://docs.raspiblitz.org/docs/community/workshops)
- [Security Policy](https://docs.raspiblitz.org/docs/security) - [Security Policy](https://docs.raspiblitz.org/docs/security)
- [Alternative Platforms](alternative.platforms/README) - [Alternative Platforms](alternative.platforms/README.md)
- [Automated Builds](ci/README) - [Automated Builds](ci/README.md)
- [MIT OpenSource License](LICENSE) - [MIT OpenSource License](LICENSE)
**Developer Notes:** **Developer Notes:**
This is main RaspiBlitz repo containing the **bash & python** scripts to build the RaspiBlitz software. It it complimented by the following side repos: This is main RaspiBlitz repo containing the **bash & python** scripts to build the RaspiBlitz software. It it complimented by the following side repos:
- [WebUI](github.com/raspiblitz/raspiblitz-web) (React & Tailwind) - [WebUI](https://github.com/raspiblitz/raspiblitz-web) (React & Tailwind)
- [API](github.com/fusion44/blitz_api) (Python FastAPI) - [API](https://github.com/fusion44/blitz_api) (Python FastAPI)
- [Documentation](github.com/raspiblitz/raspiblitz-docs) (Docusaurus) - [Documentation](https://github.com/raspiblitz/raspiblitz-docs) (Docusaurus)
To get started with RaspiBlitz Development check the [Community Development](CONTRIBUTING) notes. To get started with RaspiBlitz Development check the [Community Development](CONTRIBUTING.md) notes.