Skip to content

Commit

Permalink
docs: Fixing a broken link in the SDK's lib.rs file (#1099)
Browse files Browse the repository at this point in the history
### What

A link in the `lib.rs` file of the SDK previously directed users to the
`how-to-guides` category on the website. I've changed that link to lead
to the `basic-tutorials` page, and have added a link to the
`advanced-tutorials` page.

### Why

The `how-to-guides` page no longer exists on the stellar/soroban-docs
repo. We're seeing some 404 errors originating from `docs.rs` URLs.

### Known limitations

N/A
  • Loading branch information
ElliotFriend authored Oct 3, 2023
1 parent e7304bf commit 6815e2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion soroban-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
//! # fn main() { }
//! ```
//!
//! More examples are available at <https://soroban.stellar.org/docs/category/how-to-guides>.
//! More examples are available at <https://soroban.stellar.org/docs/category/basic-tutorials>
//! and <https://soroban.stellar.org/docs/category/advanced-tutorials>.
#![cfg_attr(target_family = "wasm", no_std)]
#![cfg_attr(feature = "docs", feature(doc_cfg))]
Expand Down

0 comments on commit 6815e2a

Please sign in to comment.