mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Swap out doc links with link to new doc website
This commit is contained in:
@@ -15,7 +15,7 @@ Core Lightning (previously c-lightning) is a lightweight, highly customizable an
|
|||||||
* [Pruning](#pruning)
|
* [Pruning](#pruning)
|
||||||
* [HD wallet encryption](#hd-wallet-encryption)
|
* [HD wallet encryption](#hd-wallet-encryption)
|
||||||
* [Developers](#developers)
|
* [Developers](#developers)
|
||||||
* [Documentation](https://lightning.readthedocs.io/)
|
* [Documentation](https://docs.corelightning.org/docs)
|
||||||
|
|
||||||
## Project Status
|
## Project Status
|
||||||
|
|
||||||
@@ -80,7 +80,7 @@ You can start `lightningd` with the following command:
|
|||||||
lightningd --network=bitcoin --log-level=debug
|
lightningd --network=bitcoin --log-level=debug
|
||||||
```
|
```
|
||||||
|
|
||||||
This creates a `.lightning/` subdirectory in your home directory: see `man -l doc/lightningd.8` (or https://lightning.readthedocs.io/) for more runtime options.
|
This creates a `.lightning/` subdirectory in your home directory: see `man -l doc/lightningd.8` (or https://docs.corelightning.org/docs) for more runtime options.
|
||||||
|
|
||||||
### Using The JSON-RPC Interface
|
### Using The JSON-RPC Interface
|
||||||
|
|
||||||
@@ -225,7 +225,7 @@ You should also configure with `--enable-developer` to get additional checks and
|
|||||||
[ml2]: https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev
|
[ml2]: https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev
|
||||||
[discord]: https://discord.gg/mE9s4rc5un
|
[discord]: https://discord.gg/mE9s4rc5un
|
||||||
[telegram]: https://t.me/lightningd
|
[telegram]: https://t.me/lightningd
|
||||||
[docs]: https://lightning.readthedocs.org
|
[docs]: https://docs.corelightning.org/docs
|
||||||
[releases]: https://github.com/ElementsProject/lightning/releases
|
[releases]: https://github.com/ElementsProject/lightning/releases
|
||||||
[dockerhub]: https://hub.docker.com/r/elementsproject/lightningd/
|
[dockerhub]: https://hub.docker.com/r/elementsproject/lightningd/
|
||||||
[jsonrpcspec]: https://www.jsonrpc.org/specification
|
[jsonrpcspec]: https://www.jsonrpc.org/specification
|
||||||
|
|||||||
Reference in New Issue
Block a user