Skip to content

Commit

Permalink
Fix link in generated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Apr 17, 2016
1 parent ad51ac9 commit 0b5a35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generated-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object Person extends GeneratedMessageCompanion[Person] {
The case class contains various methods for serialization, and the companion
object contains method for parsing. [See the source code for
`GeneratedMessage` and
`GeneratedMessageCompanion`](https://github.com/trueaccord/ScalaPB/blob/master/scalapb-runtime/src/main/scala/com/trueaccord/scalapb/GeneratedMessageCompanion.scala)
`GeneratedMessageCompanion`](https://github.com/trueaccord/ScalaPB/blob/master/scalapb-runtime/shared/src/main/scala/com/trueaccord/scalapb/GeneratedMessageCompanion.scala)
to see what methods are available

### Building New Messages
Expand Down

0 comments on commit 0b5a35b

Please sign in to comment.