Skip to content

Commit fb9c707

Browse files
authored
Fix path to correctly reference the codelab. (#29)
1 parent 31c6fa1 commit fb9c707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codelabs/grpc-go-opentelemetry/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The client and server uses a simple gRPC HelloWorld example that we will instrum
3030

3131
## **Setup instrumentation on the client**
3232

33-
Open `codelabs/Setup_Basic_OpenTelemetry_Plugin_in_gRPC_Go/start_here/client/client.go` with your favorite editor
33+
Open `codelabs/grpc-go-opentelemetry/start_here/client/client.go` with your favorite editor
3434

3535
Then modify `main` to add code to setup the gRPC Go Otel plugin.
3636

@@ -74,7 +74,7 @@ This MeterProvider is provided to gRPC’s OpenTelemetry plugin as configuration
7474

7575
## **Setup instrumentation on the server**
7676

77-
Similarly, let’s add the OpenTelemetry plugin to the server as well. Open `codelabs/Setup_Basic_OpenTelemetry_Plugin_in_gRPC_Go/start_here/server/server.go` and code to setup the gRPC Go Otel plugin
77+
Similarly, let’s add the OpenTelemetry plugin to the server as well. Open `codelabs/grpc-go-opentelemetry/start_here/server/server.go` and code to setup the gRPC Go Otel plugin
7878

7979
### **Create a new Prometheus exporter**
8080

0 commit comments

Comments
 (0)