From 546d6a9ccee4e851dd25fc6b4a1572d9889ac1d0 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 18 Nov 2021 15:48:41 -0800 Subject: [PATCH] update apt link --- source/C/command_line.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 6f32cff5..7aee9b8e 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -38,7 +38,7 @@ To change to another directory an important command is where [dir] is the directory you want to switch to. Another thing that is useful is you can append .. after cd to make it go up one level. -There is also the command line for managing and installing packages which is beyond the scope of this appendix but please see `apt package management `_ for how to insert and remove packages from the command line. +There is also the command line for managing and installing packages which is beyond the scope of this appendix but please see `apt package management https://ubuntu.com/server/docs/package-management>`_ for how to insert and remove packages from the command line. If you need to edit a text file from the command line the easiest editor included is nano so to edit a file from the command line if you broke something run