Skip to content

Commit

Permalink
broken link (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrelld authored Oct 7, 2022
1 parent b6dc679 commit 4673eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/markdown/customizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ enums to a single Scala file.
- The `preamble` is a list of strings that is output at the top of the
generated Scala file. This option requires `single_file` to be set. It is
commonly used to define sealed traits that are extended using
`(scalapb.message).extends` - see custom base traits below and [this example](https://github.com/scalapb/ScalaPB/blob/master/e2e/src/main/protobuf/sealed_trait.proto).
`(scalapb.message).extends` - see custom base traits below and [this example](https://github.com/scalapb/ScalaPB/blob/master/e2e/src/main/protobuf/nocode/sealed_trait.proto).

- The `object_name` option lets you customize the name of the generated class
that contains various file-level members such as descriptors and a list of
Expand Down

0 comments on commit 4673eb4

Please sign in to comment.