Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 8f26866

Browse files
authored
Fix stale links in readme. (#475)
1 parent 737bb21 commit 8f26866

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $ kubectl apply -f example/k8s.yaml
8181
Create an Agent [configuration](#config) file based on the options described below. Please note the Agent
8282
requires the `opencensus` receiver be enabled. By default, the Agent has no exporters configured.
8383

84-
Build the Agent, see [Building binaries](#agent-building-binaries),
84+
Build the Agent, see [Usage](##agent-usage),
8585
and start it:
8686

8787
```shell
@@ -148,7 +148,7 @@ An exporter is how you send data to one or more backends/destinations. One or mo
148148
By default, no exporters are configured on the OpenCensus Service (either the Agent or Collector).
149149
150150
A basic example of all available exporters is provided below. For detailed exporter configuration,
151-
please see the [exporter README.md](exporter/exporterparser/README.md).
151+
please see the [exporter README.md](exporter/README.md).
152152
```yaml
153153
exporters:
154154
opencensus:
@@ -176,6 +176,7 @@ exporters:
176176
default_service_name: "verifiability_agent"
177177
version: "latest"
178178
buffer_size: 200
179+
179180
honeycomb:
180181
write_key: "739769d7-e61c-42ec-82b9-3ee88dfeff43"
181182
dataset_name: "dc8_9"

0 commit comments

Comments
 (0)