Skip to content

Commit

Permalink
[DOC+] Change example from elastic.com to elastic.co (#1503)
Browse files Browse the repository at this point in the history
Per Elastic docs websites' feedback, changes elastic domain from ".com" to ".co" to match other examples.
  • Loading branch information
stefnestor authored Aug 30, 2023
1 parent 7fa0784 commit 8041dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/instrumenting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ Example with pool:
import (
"github.com/jackc/pgx/v4/pgxpool"
"go.elastic.com/apm/module/apmpgx/v2"
"go.elastic.co/apm/module/apmpgx/v2"
)
func main() {
Expand Down Expand Up @@ -1021,4 +1021,4 @@ func main() {
apmpgx.Instrument(c.Config())
...
}
----
----

0 comments on commit 8041dd7

Please sign in to comment.