Skip to content

Commit 9d56a80

Browse files
authored
docs: updating obsolete links (#876)
1 parent a920b0f commit 9d56a80

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bridge/docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See [installing](./install.md)
77
## Prerequisites:
88

99
- Install and run [tfchain](https://github.com/threefoldtech/tfchain/blob/development/docs/development)
10-
- Install [stellar-utils-tool](https://github.com/threefoldfoundation/tft/tree/main/bsc/bridges/stellar/utils)
10+
- Install [stellar-utils-tool](https://github.com/threefoldfoundation/tft/tree/main/tools/bridgegen)
1111

1212
## Local single node development
1313

bridge/docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ echo export PATH=\"\$PATH:\$GOPATH/bin\" >> ~/.bash_profile
1313
### Get Source Code
1414

1515
```sh
16-
git clone https://github.com/threefoldtech/tfchain_tft_bridge.git
17-
cd tfchain_tft_bridge/tfchain_bridge
16+
git clone https://github.com/threefoldtech/tfchain.git
17+
cd bridge/tfchain_bridge
1818
```
1919

2020
### Compile

bridge/tfchain_bridge/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
TFT Bridge between Tfchain and stellar.
44

5-
See [docs](./docs/readme.md) for more information.
5+
See [docs](../docs/readme.md) for more information.

0 commit comments

Comments
 (0)