Skip to content

Commit b7d4f35

Browse files
authored
Replaced a broken link
1 parent 77ad44f commit b7d4f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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://github.com/GrahamDumpleton/wrapt/tree/develop/blog).
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)