Skip to content

Commit

Permalink
docs: updating obsolete links (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk authored Oct 17, 2023
1 parent a920b0f commit 9d56a80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bridge/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See [installing](./install.md)
## Prerequisites:

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

## Local single node development

Expand Down
4 changes: 2 additions & 2 deletions bridge/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ echo export PATH=\"\$PATH:\$GOPATH/bin\" >> ~/.bash_profile
### Get Source Code

```sh
git clone https://github.com/threefoldtech/tfchain_tft_bridge.git
cd tfchain_tft_bridge/tfchain_bridge
git clone https://github.com/threefoldtech/tfchain.git
cd bridge/tfchain_bridge
```

### Compile
Expand Down
2 changes: 1 addition & 1 deletion bridge/tfchain_bridge/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

TFT Bridge between Tfchain and stellar.

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

0 comments on commit 9d56a80

Please sign in to comment.