diff --git a/content/login-from-live-disk.md b/content/login-from-live-disk.md index 08b137a46f..d95eeaf0be 100644 --- a/content/login-from-live-disk.md +++ b/content/login-from-live-disk.md @@ -90,7 +90,7 @@ for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done sudo chroot /mnt ``` -With this last command, you will have root access to your installed system. Once the drive is accessed, commands for maintenance can be run on the installed system. For example, [package manager repair commands](article/package-manager-pop). You can also access your files with Files via `+ Other Locations` -> `Computer` -> `/mnt`. +With this last command, you will have root access to your installed system. Once the drive is accessed, commands for maintenance can be run on the installed system. For example, [package manager repair commands](/articles/package-manager-pop). You can also access your files with Files via `+ Other Locations` -> `Computer` -> `/mnt`. ### After Chroot diff --git a/content/shipping.md b/content/shipping.md index 78f547a2e1..ee764714cf 100644 --- a/content/shipping.md +++ b/content/shipping.md @@ -30,7 +30,7 @@ If the hard drive is included with the shipment, please backup all important dat | Cloud Storage | Use a cloud storage system, such as [Google Drive](https://www.google.com/drive/), [Dropbox](https://www.dropbox.com/), or [Mega](https://mega.nz/) to sync your data remotely. Put all important files into the desktop folder, or use the web interface to backup any important. | | File Explorer | Use the built in file explorer to copy important data to an external drive. Format the external drive either 'ext4' or 'ntfs' using the Disks or GParted programs. Then, copy the folders over to the extra drive. | | CLI | The command `rsync` is commonly used to make copies of a folder structure to a local, networked, or remote computers. Please see `man rsync` or this reference [here](https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/). | -| Software | For an exact backup of your entire operating system and personal folders as-is, we recommend using [Clonezilla](clonezilla.org/). | +| Software | For an exact backup of your entire operating system and personal folders as-is, we recommend using [Clonezilla](https://clonezilla.org/). | ### Packing Computer