Skip to content

Commit 0d23074

Browse files
committed
Update README.md
1 parent 41436c2 commit 0d23074

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ HTTP REST client implemented in Java for Subscription and Pricing Access Control
1717
- SPACE URL path prefix (optional, by default space is under `api/v1`, i.e., `http://example.com/api/v1`)
1818
- Read and write timeout of HTTP client (optional, uses OkHTTP client under the hood)
1919

20-
SPACE client implements the following operations of [SPACE OAS](space-oas):
20+
SPACE client implements the following operations of [SPACE OAS](https://github.com/Alex-GF/space/blob/main/api/docs/space-api-docs.yaml):
2121

2222
- `POST /contracts`
2323
- `GET /contracts/{userId}`
@@ -57,7 +57,7 @@ Before using `SpaceClient` you will need to do the following:
5757
2. Get the corresponding api key for the required role
5858
3. As `MANAGER` or `ADMIN` add a service in SPACE by uploading a pricing in `Pricing2Yaml` format specification
5959

60-
See [Pricing4SaaS docs](pricing4saas-docs) for more information.
60+
See [Pricing4SaaS docs](https://sphere-docs.vercel.app) for more information.
6161

6262
> [!WARNING]
6363
> API Keys are secrets and should be kept safe end encrypted.
@@ -98,7 +98,4 @@ These are just some examples, but you can find more in `examples` directory.
9898

9999
### Documentation
100100

101-
You read more documentation about SPACE in [Pricing4SaaS docs](pricing4saas-docs).
102-
103-
[pricing4saas-docs]: https://pricing4saas-docs.vercel.app/
104-
[space-oas]: https://github.com/Alex-GF/space/blob/docs/oas/api/docs/space-api-docs.yaml
101+
You read more documentation about SPACE in [SPHERE docs](https://sphere-docs.vercel.app).

0 commit comments

Comments
 (0)