Skip to content

Commit 8fdc92c

Browse files
Renames cli page to command-line interface. (#218)
* Renames 'cli' to 'command-line interface'. * Updates relrefs to CLI.
1 parent 334d111 commit 8fdc92c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

content/guides/manage-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lead: "This page details some of the ways you can create and maintain your Entro
77

88
The CLI has a built-in account manager. This is useful for running quick, one-time transactions. The CLI account manager can also be helpful for testing purposes. Here is the process for managing your accounts using the CLI's interactive text-based user interface (TUI).
99

10-
You need to have the Entropy CLI installed. [Take a look at the CLI page for details on how to install the CLI]({{< relref "../reference/cli.md" >}}).
10+
You need to have the Entropy CLI installed. [Take a look at the CLI page for details on how to install the CLI]({{< relref "../reference/command-line-interface.md" >}}).
1111

1212
### Create an account
1313

content/reference/cli.md renamed to content/reference/command-line-interface.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Command-line interface"
33
lead: "The command-line interface (CLI) is a straightforward way to experiment with the Entropy network and explore common workflows."
4+
aliases:
5+
- "url"
46
---
57

68
{{< cards cols=2 >}}

content/reference/rust-testing-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lead: "The Rust testing interface (RTI) is a simple way to perform some actions
44
---
55

66
{{< callout type="warning" >}}
7-
This CLI has no secure private key storage and is intended for use with test networks. If you want a fully featured interface, [check out the JavaScript CLI]({{< relref "./cli.md" >}}).
7+
This CLI has no secure private key storage and is intended for use with test networks. If you want a fully featured interface, [check out the JavaScript CLI]({{< relref "./command-line-interface.md" >}}).
88
{{< /callout >}}
99

1010
## Installation

0 commit comments

Comments
 (0)