Skip to content

Commit 8b43a72

Browse files
authored
Changes to documentation (#4912)
1 parent fdc687c commit 8b43a72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/sources/user/Installing-with-docker.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Install Docker
44

5-
To install Docker see: [https://docs.docker.com/get-docker](https://docs.docker.com/get-docker)
5+
To install Docker see: [Get Docker](https://docs.docker.com/get-started/get-docker/)
66

77
## Obtaining a Plaso Docker image
88

@@ -68,7 +68,7 @@ $ docker run -v /data/:/data log2timeline/plaso log2timeline --storage-file /dat
6868
This way your Plaso file will also be stored on the host filesystem.
6969

7070
Note that if you are running SELinux you likely need to add the `:z` volume
71-
flag. Also see: [Configure the selinux label](https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label).
71+
flag. Also see: [Bind mounts: Configure the selinux label](https://docs.docker.com/engine/storage/bind-mounts/#configure-the-selinux-label).
7272

7373
Note that if you are running Windows adding a "Mapped Network Drive" might not
7474
work with WSL. Also see: [Mapped drives as shared drives with linux containers: This shared resource does not exist. #2163](https://github.com/docker/for-win/issues/2163).

plaso/parsers/esedb_plugins/user_access_logging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Window Server 2012.
66
77
Also see:
8-
https://www.crowdstrike.com/blog/user-access-logging-ual-overview/
8+
https://www.crowdstrike.com/en-us/blog/user-access-logging-ual-overview
99
"""
1010

1111
import ipaddress

0 commit comments

Comments
 (0)