From 8bcf65f02a4dfd65d51ec85bc2d3466d1fa269f9 Mon Sep 17 00:00:00 2001 From: Orbital Date: Sat, 22 Jul 2023 01:02:21 -0500 Subject: [PATCH] Swap out doc links with link to new doc website --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecc90dc10..088f9514b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Core Lightning (previously c-lightning) is a lightweight, highly customizable an * [Pruning](#pruning) * [HD wallet encryption](#hd-wallet-encryption) * [Developers](#developers) -* [Documentation](https://lightning.readthedocs.io/) +* [Documentation](https://docs.corelightning.org/docs) ## Project Status @@ -80,7 +80,7 @@ You can start `lightningd` with the following command: 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 @@ -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 [discord]: https://discord.gg/mE9s4rc5un [telegram]: https://t.me/lightningd -[docs]: https://lightning.readthedocs.org +[docs]: https://docs.corelightning.org/docs [releases]: https://github.com/ElementsProject/lightning/releases [dockerhub]: https://hub.docker.com/r/elementsproject/lightningd/ [jsonrpcspec]: https://www.jsonrpc.org/specification