Skip to content

Commit 993e185

Browse files
committed
multi: fix broken links to renamed doc folder
1 parent ef1ddc9 commit 993e185

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Visit https://localhost:8443 to access Terminal.
3232

3333
Note that a password with a minimum of 8 characters is required to run Lightning Terminal. In a production environment, it's recommended that you store this password as an environment variable to avoid it being recorded in the command history.
3434

35-
To use LiT with a remote `lnd` instance please [follow these instructions](./doc/config-lnd-remote.md). If you would like to replace your existing LND instance with the one integrated within LiT please see [configuring Terminal](./doc/config-lnd-integrated.md).
35+
To use LiT with a remote `lnd` instance please [follow these instructions](./docs/config-lnd-remote.md). If you would like to replace your existing LND instance with the one integrated within LiT please see [configuring Terminal](./doc/config-lnd-integrated.md).
3636

3737
## LND
3838
Note that LiT requires `lnd` to be built with **all of its subservers** and requires running at least v0.11.0. Download the latest [official release binary](https://github.com/lightningnetwork/lnd/releases/latest) or build `lnd` from source by following the [installation instructions](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md). If you choose to build `lnd` from source, use the following command to enable all the relevant subservers:
@@ -43,7 +43,7 @@ Note that LiT requires `lnd` to be built with **all of its subservers** and requ
4343

4444
## Interaction
4545
If you plan to run LiT on a remote machine but access the web-interface from your computer you may not want to deal with self-signed certificate browser warnings. To avoid these warnings configure the HTTP server to use a certificate from [Let's Encrypt](https://letsencrypt.org/). View the
46-
[Let's Encrypt Configuration](./doc/letsencrypt.md) doc for instructions on how to configure this.
46+
[Let's Encrypt Configuration](./docs/letsencrypt.md) doc for instructions on how to configure this.
4747

4848
## Upgrading
4949
If you used command line arguments with previous versions then you don't need to change anything when upgrading.
@@ -56,13 +56,13 @@ To upgrade from v0.1.1-alpha or earlier simply create a `lit.conf` file in your
5656
Move all the configuration settings specific to LiT from `lnd.conf` to `lit.conf` and remove any previous LiT-specific customizations from the configuration settings in `lnd.conf`. Note that any section headers (`[ Example ]`) in `lit.conf` should be removed or changed to comments (`# Example`).
5757

5858
## Usage
59-
Read the [walkthrough](doc/WALKTHROUGH.md) document to learn more about how to use LiT.
59+
Read the [walkthrough](docs/WALKTHROUGH.md) document to learn more about how to use LiT.
6060

6161
## Troubleshooting
62-
If you encounter any issues please see our [troubleshooting guide](./doc/troubleshooting.md).
62+
If you encounter any issues please see our [troubleshooting guide](./docs/troubleshooting.md).
6363

6464
## Build from source
65-
If you’d prefer to compile from source code please follow [these instructions](./doc/compile.md).
65+
If you’d prefer to compile from source code please follow [these instructions](./docs/compile.md).
6666

6767
## Compatibility
6868

@@ -126,9 +126,9 @@ in remote mode (meaning that `lnd-mode=remote` is set). It shows the
126126

127127
LiT offers two main operating modes, one in which [`lnd` is running inside the
128128
LiT process (called "lnd integrated mode", set by `lnd-mode=integrated` config
129-
option)](doc/config-lnd-integrated.md) and one in which [`lnd` is running in
129+
option)](docs/config-lnd-integrated.md) and one in which [`lnd` is running in
130130
a standalone process on the same or remote machine (called "lnd remote mode",
131-
set by `lnd-mode=remote` config option)](doc/config-lnd-remote.md).
131+
set by `lnd-mode=remote` config option)](docs/config-lnd-remote.md).
132132

133133
In addition to those main modes, the individual bundled daemons (Faraday, Loop
134134
and Pool) can be toggled to be integrated or remote as well, or as disabled.

0 commit comments

Comments
 (0)