Skip to content

Commit 42cff81

Browse files
Merge pull request #103 from clightning4j/readme
update github repo link
2 parents 3a6655d + 25b95fa commit 42cff81

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Lamp
22
<strong> [c-Lightning](https://github.com/ElementsProject/lightning) Android Mobile Porting </strong>
33

4-
[![build](https://github.com/lightningamp/lamp/workflows/android-master/badge.svg)](https://github.com/lightningamp/lamp/actions)
5-
[![release](https://github.com/lightningamp/lamp/workflows/release/badge.svg)](https://github.com/lightningamp/lamp/actions)
4+
[![build](https://github.com/clightning4j/lamp/workflows/android-master/badge.svg)](https://github.com/clightning4j/lamp/actions)
5+
[![release](https://github.com/clightning4j/lamp/workflows/release/badge.svg)](https://github.com/clightning4j/lamp/actions)
66

7-
[![MIT license](https://img.shields.io/github/license/lightningamp/lamp)](https://github.com/lightningamp/lamp/blob/master/LICENSE)
7+
[![MIT license](https://img.shields.io/github/license/clightning4j/lamp)](https://github.com/clightning4j/lamp/blob/master/LICENSE)
88

99

1010
> This is an experimenting lightning wallet. Use it on testnet or only with amounts you can afford to lose on mainnet.
1111
12-
Touch the lamp to download and run c-lightning from cross-compiled binaries for Android are available [here](https://github.com/lightningamp/lightning_ndk/releases).
12+
Touch the lamp to download and run c-lightning from cross-compiled binaries for Android are available [here](https://github.com/clightning4j/lightning_ndk/releases).
1313

1414
![screenshot1](doc/img/Screen2.png)
1515
![screenshot2](doc/img/Screen1.png)
@@ -22,7 +22,7 @@ Touch the lamp to download and run c-lightning from cross-compiled binaries for
2222

2323
This is the default behaviour.
2424

25-
Lamp is using [the C Esplora plugin for C-lightning](https://github.com/lightningamp/esplora_clnd_plugin) as the Bitcoin backend of the lightning node (to fetch chain/blocks/transactions information and send transactions).
25+
Lamp is using [the C Esplora plugin for C-lightning](https://github.com/clightning4j/esplora_clnd_plugin) as the Bitcoin backend of the lightning node (to fetch chain/blocks/transactions information and send transactions).
2626

2727
You can point it to your own [Esplora](github.com/Blockstream/esplora) instance in the settings, and it uses [blockstream.info](https://blockstream.info) by default.
2828

@@ -61,6 +61,6 @@ Read the following instructions at [Tor on clightning](https://lightning.readthe
6161

6262
- [ABCore](https://github.com/greenaddress/abcore) Android Bitcoin Core wallet
6363
- [bitcoin_ndk](https://github.com/greenaddress/bitcoin_ndk) ndk build of bitcoin core and knots
64-
- [clightning_ndk](https://github.com/lightningamp/lightning_ndk) android cross-compilation of c-lightning for Android >= 24 Api
64+
- [clightning_ndk](https://github.com/clightning4j/lightning_ndk) android cross-compilation of c-lightning for Android >= 24 Api
6565
- [c-lightning](https://github.com/ElementsProject/lightning) Lightning Network implementation in C
66-
- [esplora plugin](https://github.com/lightningamp/esplora_clnd_plugin) C-Lightning plugin for esplora
66+
- [esplora plugin](https://github.com/clightning4j/esplora_clnd_plugin) C-Lightning plugin for esplora

app/src/main/java/com/lvaccaro/lamp/utils/Archive.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Archive {
4242

4343
fun url(): String {
4444
val TAR_FILENAME = tarFilename()
45-
return "https://github.com/lightningamp/lightning_ndk/releases/download/${RELEASE.version}/${TAR_FILENAME}"
45+
return "https://github.com/clightning4j/lightning_ndk/releases/download/${RELEASE.version}/${TAR_FILENAME}"
4646
}
4747

4848
fun delete(downloadDir: File): Boolean {

0 commit comments

Comments
 (0)