Skip to content

Commit c5a4653

Browse files
Socialhappinessjacobgkau
authored andcommitted
fix links to nowhere
1 parent 58cebec commit c5a4653

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/login-from-live-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
9090
sudo chroot /mnt
9191
```
9292

93-
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 <u>Files</u> via `+ Other Locations` -> `Computer` -> `/mnt`.
93+
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 <u>Files</u> via `+ Other Locations` -> `Computer` -> `/mnt`.
9494

9595
### After Chroot
9696

content/shipping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If the hard drive is included with the shipment, please backup all important dat
3030
| 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. |
3131
| 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 <u>Disks</u> or <u>GParted</u> programs. Then, copy the folders over to the extra drive. |
3232
| 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/). |
33-
| Software | For an exact backup of your entire operating system and personal folders as-is, we recommend using [Clonezilla](clonezilla.org/). |
33+
| Software | For an exact backup of your entire operating system and personal folders as-is, we recommend using [Clonezilla](https://clonezilla.org/). |
3434

3535
### Packing Computer
3636

0 commit comments

Comments
 (0)