Skip to content

Commit 4941514

Browse files
authored
fix: links to docs in README.md (#74)
1 parent 5b7a487 commit 4941514

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![npm](https://img.shields.io/npm/v/@gnosis.pm/safe-react-gateway-sdk?label=%40gnosis.pm%2Fsafe-react-gateway-sdk)](https://www.npmjs.com/package/@gnosis.pm/safe-react-gateway-sdk)
44

5-
A TypeScript SDK for the [Safe Client Gateway](https://github.com/gnosis/safe-client-gateway)
5+
A TypeScript SDK for the [Safe Client Gateway](https://github.com/safe-global/safe-client-gateway)
66

7-
📖 [API reference](https://gnosis.github.io/safe-react-gateway-sdk/modules.html#getBalances)
7+
📖 [API reference](https://safe-global.github.io/safe-react-gateway-sdk/modules.html#getBalances)
88

99
## Usage policy
1010

@@ -41,7 +41,7 @@ import { setBaseUrl } from '@gnosis.pm/safe-react-gateway-sdk'
4141
setBaseUrl('https://safe-client.staging.gnosisdev.com')
4242
```
4343

44-
The full SDK reference can be found [here](https://gnosis.github.io/safe-react-gateway-sdk/modules.html#getBalances).
44+
The full SDK reference can be found [here](https://safe-global.github.io/safe-react-gateway-sdk/modules.html#getBalances).
4545

4646
## Adding an endpoint
4747

@@ -77,4 +77,4 @@ N.B.: the e2e tests make actual API calls on staging.
7777

7878
## Gateway API docs
7979

80-
The TypeScript types in this SDK are based on [Rust types](https://gnosis.github.io/safe-client-gateway/docs/routes/index.html) from the Gateway API.
80+
The TypeScript types in this SDK are based on [Rust types](https://safe-global.github.io/safe-client-gateway/docs/routes/index.html) from the Gateway API.

0 commit comments

Comments
 (0)