Skip to content

Commit

Permalink
Fix links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
actgardner committed Apr 10, 2020
1 parent 02ca6c0 commit f2245d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Generates type-safe Go code based on your Avro schemas, including serializers an
* [Type Conversion](#type-conversion)
* [Versioning](#Versioning)
* [Reporting Issues](#reporting-issues)
* [Thanks](#thanks)
* [Alternatives](#alternatives)
<!--te-->


Expand All @@ -32,7 +32,7 @@ gogen-avro has two parts: a tool which you install on your system (usually on yo
To generate structs, install the command-line tool:

```
go install github.com/actgardner/gogen-avro/cmd/gogen-avro/v7/cmd/...
go install github.com/actgardner/gogen-avro/v7/cmd/...
```

This will put the `gogen-avro` binary in `$GOPATH/bin`, which should be part of your PATH.
Expand Down Expand Up @@ -78,7 +78,7 @@ An example of how to write a container file can be found in [example/container/e

### Single-Object Encoding

An example of how to read and write Single-Object encoded messages (for use with Kafka, for instance) can be found in [example/single_object/example.go](https://github.com/actgardner/gogen-avro/blob/master/example/v7/single_object/example.go).
An example of how to read and write Single-Object encoded messages (for use with Kafka, for instance) can be found in [example/single_object/example.go](https://github.com/actgardner/gogen-avro/blob/master/v7/example/single_object/example.go).

[Godocs for the soe package](https://godoc.org/github.com/actgardner/gogen-avro/v7/soe)

Expand Down

0 comments on commit f2245d1

Please sign in to comment.