Skip to content

Commit c77a89b

Browse files
committed
if it's gonna wrap, at least do it at a logical place
1 parent 84fe086 commit c77a89b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/serverless/azure_app_services/azure_app_services_linux.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,11 @@ Identifier for Datadog's .NET the instrumentation library.<br>
186186

187187
`CORECLR_PROFILER_PATH`
188188
: **Value for glibc-based Linux distros**:<br>
189-
`/home/site/wwwroot/datadog/linux-x64/Datadog.Trace.ClrProfiler.Native.so`<br>
189+
`/home/site/wwwroot/datadog/`<br>
190+
`linux-x64/Datadog.Trace.ClrProfiler.Native.so`<br>
190191
**Value for Alpine Linux and other musl-based distros**:<br>
191-
`/home/site/wwwroot/datadog/linux-musl-x64/Datadog.Trace.ClrProfiler.Native.so`<br>
192+
`/home/site/wwwroot/datadog/`<br>
193+
`linux-musl-x64/Datadog.Trace.ClrProfiler.Native.so`<br>
192194
Path to the instrumentation library loaded by the .NET runtime.<br>
193195

194196
[1]: https://www.nuget.org/packages/Datadog.Trace.Bundle#readme-body-tab

0 commit comments

Comments
 (0)