Skip to content

Commit f766be9

Browse files
ImadSaddikxrmx
andauthored
Docs: Replaced a broken link (#2443)
* Replaced a broken link * Update docs/reference/how-agent-works.md --------- Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 41dd1d1 commit f766be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/how-agent-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To collect data from database drivers, HTTP libraries etc., we instrument certai
4040
* the executed query for database drivers
4141
* the fetched URL for HTTP libraries
4242

43-
We use a 3rd party library, [`wrapt`](https://github.com/GrahamDumpleton/wrapt), to wrap the callables. You can read more on how `wrapt` works in Graham Dumpleton’s excellent series of [blog posts](http://blog.dscpl.com.au/search/label/wrapt).
43+
We use a 3rd party library, [`wrapt`](https://github.com/GrahamDumpleton/wrapt), to wrap the callables. You can read more on how `wrapt` works in Graham Dumpleton’s excellent series of [blog posts](https://grahamdumpleton.me/posts/?search=wrapt).
4444

4545
Instrumentations are set up automatically and do not require any code changes. See [Automatic Instrumentation](/reference/supported-technologies.md#automatic-instrumentation) to learn more about which libraries we support.
4646

0 commit comments

Comments
 (0)