Skip to content

Commit 83b6ce4

Browse files
authored
Update links in run-analyzer-linux.md
With recent changes, replaced "/defender-endpoint/run-analyzer-macos-linux" link to the corresponding location in this page.
1 parent 4bc92e0 commit 83b6ce4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ The XMDE Client Analyzer tool can be downloaded as a [binary](https://go.microso
4444

4545
Download and extract the XMDE Client Analyzer. You can use either the binary or Python version, as follows:
4646

47-
- [Binary version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux)
48-
- [Python version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux)
47+
- [Binary version of the Client Analyzer](run-analyzer-linux.md#run-the-binary-version-of-the-client-analyzer)
48+
- [Python version of the Client Analyzer](run-analyzer-linux.md#run-the-python-based-client-analyzer)
4949

5050
Due to the limited commands available in live response, the steps detailed must be executed in a bash script. By splitting the installation and execution portion of these commands, it's possible to run the install script once, and run the execution script multiple times.
5151

@@ -54,7 +54,7 @@ Due to the limited commands available in live response, the steps detailed must
5454
5555
#### Binary client analyzer install script
5656

57-
The following script performs the first six steps of the [Running the Binary version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux). When complete, the XMDE Client Analyzer binary is available from the `/tmp/XMDEClientAnalyzerBinary/ClientAnalyzer` directory.
57+
The following script performs the first six steps of the [Running the Binary version of the Client Analyzer](run-analyzer-linux.md#details). When complete, the XMDE Client Analyzer binary is available from the `/tmp/XMDEClientAnalyzerBinary/ClientAnalyzer` directory.
5858

5959
1. Create a bash file `InstallXMDEClientAnalyzer.sh` and paste the following content into it.
6060

@@ -80,7 +80,7 @@ The following script performs the first six steps of the [Running the Binary ver
8080

8181
#### Python client analyzer install script
8282

83-
The following script performs the first six steps of the [Running the Python version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux). When complete, the XMDE Client Analyzer Python scripts are available from the `/tmp/XMDEClientAnalyzer` directory.
83+
The following script performs the first six steps of the [Running the Python version of the Client Analyzer](run-analyzer-linux.md#run-the-python-based-client-analyzer). When complete, the XMDE Client Analyzer Python scripts are available from the `/tmp/XMDEClientAnalyzer` directory.
8484

8585
1. Create a bash file `InstallXMDEClientAnalyzer.sh` and paste the following content into it.
8686

0 commit comments

Comments
 (0)