From 62394e02af1cf2eef3c67c559ac6c781f7da4b1d Mon Sep 17 00:00:00 2001 From: Brian Siao Tick Chong Date: Tue, 21 Nov 2023 15:34:03 -0800 Subject: [PATCH] update documentation links with new domain --- lightspark-remote-signing/Cargo.toml | 2 +- lightspark/Cargo.toml | 2 +- lightspark/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lightspark-remote-signing/Cargo.toml b/lightspark-remote-signing/Cargo.toml index 888c64e..231c798 100644 --- a/lightspark-remote-signing/Cargo.toml +++ b/lightspark-remote-signing/Cargo.toml @@ -4,7 +4,7 @@ description = "Lightspark Remote Signing SDK for Rust" authors = ["Lightspark Group, Inc. "] version = "0.3.0" edition = "2021" -documentation = "https://app.lightspark.com/docs/" +documentation = "https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust" homepage = "https://www.lightspark.com/" repository = "https://github.com/lightsparkdev/lightspark-rs" license = "Apache-2.0" diff --git a/lightspark/Cargo.toml b/lightspark/Cargo.toml index e26d771..d776451 100644 --- a/lightspark/Cargo.toml +++ b/lightspark/Cargo.toml @@ -4,7 +4,7 @@ description = "Lightspark Rust SDK" authors = ["Lightspark Group, Inc. "] version = "0.7.2" edition = "2021" -documentation = "https://app.lightspark.com/docs/sdk" +documentation = "https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust" homepage = "https://www.lightspark.com/" repository = "https://github.com/lightsparkdev/lightspark-rs" license = "Apache-2.0" diff --git a/lightspark/README.md b/lightspark/README.md index 3b6cb02..53faced 100644 --- a/lightspark/README.md +++ b/lightspark/README.md @@ -6,7 +6,7 @@ The Lightspark Rust SDK provides a convenient way to interact with the Lightspar ## Documentation -The documentation for this SDK (installation, usage, etc.) is available at https://app.lightspark.com/docs/sdk +The documentation for this SDK (installation, usage, etc.) is available at https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust ## Sample code