From 62df76bc4c1c617b3139ee185393c5b483872b4d Mon Sep 17 00:00:00 2001 From: Kevin McGinty Date: Sun, 14 Aug 2022 22:01:40 -0400 Subject: [PATCH] Update command-line.md Fix broken link --- docs/basics/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/command-line.md b/docs/basics/command-line.md index 85888ab9e..043329fd1 100644 --- a/docs/basics/command-line.md +++ b/docs/basics/command-line.md @@ -5,7 +5,7 @@ description: "A simple walkthrough of how to perform basic IPFS operations using # Basic CLI Operations -This short guide aims to walk you through the basics of using IPFS with the Kubo CLI. Kubo is [one of multiple IPFS implementations](.ipfs-implementations.md). It is the oldest IPFS implementation and exposes a CLI (among other things). +This short guide aims to walk you through the basics of using IPFS with the Kubo CLI. Kubo is [one of multiple IPFS implementations](ipfs-implementations.md). It is the oldest IPFS implementation and exposes a CLI (among other things). You will learn how to add, retrieve, read, and remove files within the CLI. If you are unsure about the meaning of some terms, you can check out the [glossary](../concepts/glossary.md).