Skip to content

Commit

Permalink
docs: fix URLs displayed in the "about" and "long_about" commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Mar 12, 2024
1 parent cb3b0f8 commit e2f7c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/soroban-cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pub mod version;
pub const HEADING_RPC: &str = "Options (RPC)";
const ABOUT: &str = "Build, deploy, & interact with contracts; set identities to sign with; configure networks; generate keys; and more.
Intro: https://soroban.stellar.org
CLI Reference: https://github.com/stellar/soroban-tools/tree/main/docs/soroban-cli-full-docs.md";
Intro: https://soroban.stellar.org/docs
CLI Reference: https://github.com/stellar/soroban-cli/tree/main/docs/soroban-cli-full-docs.md";

// long_about is shown when someone uses `--help`; short help when using `-h`
const LONG_ABOUT: &str = "
Expand Down

0 comments on commit e2f7c23

Please sign in to comment.