Skip to content

Commit 082dac9

Browse files
authored
Update other references to stellar-cli. (#1349)
1 parent 0108b2f commit 082dac9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

FULL_HELP_DOCS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This document contains the help content for the `stellar` command-line program.
6363
Build, deploy, & interact with contracts; set identities to sign with; configure networks; generate keys; and more.
6464

6565
Stellar Docs: https://developers.stellar.org
66-
CLI Full Hep Docs: https://github.com/stellar/soroban-cli/tree/main/FULL_HELP_DOCS.md
66+
CLI Full Hep Docs: https://github.com/stellar/stellar-cli/tree/main/FULL_HELP_DOCS.md
6767

6868
The easiest way to get started is to generate a new identity:
6969

cmd/soroban-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "soroban-cli"
33
description = "Soroban CLI"
4-
homepage = "https://github.com/stellar/soroban-cli"
5-
repository = "https://github.com/stellar/soroban-cli"
4+
homepage = "https://github.com/stellar/stellar-cli"
5+
repository = "https://github.com/stellar/stellar-cli"
66
authors = ["Stellar Development Foundation <info@stellar.org>"]
77
license = "Apache-2.0"
88
readme = "README.md"

cmd/soroban-cli/src/commands/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub const HEADING_RPC: &str = "Options (RPC)";
2020
const ABOUT: &str = "Build, deploy, & interact with contracts; set identities to sign with; configure networks; generate keys; and more.
2121
2222
Stellar Docs: https://developers.stellar.org
23-
CLI Full Hep Docs: https://github.com/stellar/soroban-cli/tree/main/FULL_HELP_DOCS.md";
23+
CLI Full Hep Docs: https://github.com/stellar/stellar-cli/tree/main/FULL_HELP_DOCS.md";
2424

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

cmd/stellar-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "stellar-cli"
33
description = "Stellar CLI"
4-
homepage = "https://github.com/stellar/soroban-cli"
5-
repository = "https://github.com/stellar/soroban-cli"
4+
homepage = "https://github.com/stellar/stellar-cli"
5+
repository = "https://github.com/stellar/stellar-cli"
66
authors = ["Stellar Development Foundation <info@stellar.org>"]
77
license = "Apache-2.0"
88
readme = "README.md"

0 commit comments

Comments
 (0)