Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno authored Dec 9, 2024
1 parent b5dae27 commit 472f3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/doc-sdk-rust/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The SurrealDB SDK for Rust is the primary method of interacting with SurrealDB f
> [!NOTE]
> The SDK works seamlessly with SurrealDB versions `v2.0.0` to <Version />, ensuring compatibility with the latest version.
To contribute to the SDK code, submit an Issue or Pull Request in the [surrealdb.rust](https://github.com/surrealdb/surrealdb.rust) repository. To contribute to this documentation, submit an Issue or Pull Request in the [docs.surrealdb.com](https://github.com/surrealdb/docs.surrealdb.com) repository.
To contribute to the SDK code, submit an Issue or Pull Request in the [surrealdb.rust](https://github.com/surrealdb/surrealdb/tree/main/crates/sdk) repository. To contribute to this documentation, submit an Issue or Pull Request in the [docs.surrealdb.com](https://github.com/surrealdb/docs.surrealdb.com) repository.

## Frameworks

Expand Down Expand Up @@ -82,6 +82,6 @@ To contribute to the SDK code, submit an Issue or Pull Request in the [surrealdb

## Sources

- [GitHub repository](https://github.com/surrealdb/surrealdb/tree/main/sdk)
- [GitHub repository](https://github.com/surrealdb/surrealdb/tree/main/crates/sdk)
- [Crates.io package](https://crates.io/crates/surrealdb)
- [Docs.rs documentation](https://docs.rs/surrealdb/latest/surrealdb/)

0 comments on commit 472f3a4

Please sign in to comment.