Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update documentation links with new domain (towards LIG-3911)mm #20

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lightspark-remote-signing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Lightspark Remote Signing SDK for Rust"
authors = ["Lightspark Group, Inc. <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion lightspark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Lightspark Rust SDK"
authors = ["Lightspark Group, Inc. <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion lightspark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down