From e2f7c236a71576416151b40edf41ef2687e31614 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Tue, 12 Mar 2024 10:30:10 -0500 Subject: [PATCH 1/2] docs: fix URLs displayed in the "about" and "long_about" commands --- cmd/soroban-cli/src/commands/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/soroban-cli/src/commands/mod.rs b/cmd/soroban-cli/src/commands/mod.rs index 4924ef5ee..fc052fee0 100644 --- a/cmd/soroban-cli/src/commands/mod.rs +++ b/cmd/soroban-cli/src/commands/mod.rs @@ -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 = " From 98370ce4bb39e521d90cb7bba1190e9ec6e4dcb6 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Tue, 12 Mar 2024 10:34:00 -0500 Subject: [PATCH 2/2] docs: update the auto-generated CLI docs with new URLs --- docs/soroban-cli-full-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/soroban-cli-full-docs.md b/docs/soroban-cli-full-docs.md index 6e06debe9..9c493761b 100644 --- a/docs/soroban-cli-full-docs.md +++ b/docs/soroban-cli-full-docs.md @@ -75,8 +75,8 @@ This document contains the help content for the `soroban` command-line program. 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 The easiest way to get started is to generate a new identity: