From 09ce2b66e43bde0db23ad16f56d41534b1cc11c3 Mon Sep 17 00:00:00 2001 From: Kent Quirk Date: Mon, 10 Jun 2024 17:38:39 -0400 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67770f7..fc9e366 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ To mix different kinds of traces, or send traces to multiple datasets, use multi A YAML configuration file can be used by specifying `--config=filename`. The format of the YAML file reflects the configuration parameters. -See the file [sample_config.yaml](https://github.com/honeycombio/loadgen/sample_config.yaml) for an example. +See the file [sample_config.yaml](https://github.com/honeycombio/loadgen/blob/main/sample_config.yaml) for an example. For an easy way to convert an existing command line to a YAML file, use `--writecfg=outputfile`. This will write the YAML equivalent of the complete configuration (except for the API key) to the specified location.