From 9004aa6eddc2f6e8afdd6c856c18fd6a3051dcdf Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Mon, 2 Sep 2024 23:44:15 +0200 Subject: [PATCH] fix repository links --- content/docs/api.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/api.md b/content/docs/api.md index 85c6c97..6b196df 100644 --- a/content/docs/api.md +++ b/content/docs/api.md @@ -19,8 +19,8 @@ bg-color = "white" ### Integration level APIs -| Library | Description | API Reference | Source code | -|------------------|-----------------------------------------------------------------------------------------------|---------------------------------|------------------------------------------------------------------------| -| RGB Standard Lib | RGB standard library for working with smart contracts on the lowest level | | [RGB-WG/rgb-std](https://github.com/RGB-WG/rgb-wallet/tree/master/std) | -| RGB Wallet Lib | Wallet-integration library for WASM apps providing RGB invoices and PSBT functionality | | [RGB-WG/rgb-wallet](https://github.com/RGB-WG/rgb-wallet) | -| RGB Lib | High-level RGB integration library for mobile & desktop apps providing FS-based stash storage | | [RGB-WG/rgb](https://github.com/RGB-WG/rgb) | +| Library | Description | API Reference | Source code | +|--------------------|---------------------------------------------------------------------------|-------------------------------|-----------------------------------------------------| +| RGB Standard Lib | RGB standard library for working with smart contracts on the lowest level | | [RGB-WG/rgb-std](https://github.com/RGB-WG/rgb-std) | +| RGB Wallet Runtime | RGB runtime for wallet integration | | [RGB-WG/rgb](https://github.com/RGB-WG/rgb) | +| RGB Wallet CLI | RGB command-line desktop tool, including wallet functionality | | [RGB-WG/rgb](https://github.com/RGB-WG/rgb) |