File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ before reading this document.
1818## Compiler Invocation {#invocation}
1919
2020The protocol buffer compiler requires a
21- [ plugin to generate Dart] ( https://github.com/dart-lang/ dart-protoc-plugin ) code.
21+ [ plugin to generate Dart] ( https://github.com/google/protobuf. dart/tree/master/protoc_plugin ) code.
2222Installing it following the
23- [ instructions] ( https://github.com/dart-lang/ dart-protoc-plugin #how-to-build-and-use )
23+ [ instructions] ( https://github.com/google/protobuf. dart/tree/master/protoc_plugin #how-to-build )
2424provides a ` protoc-gen-dart ` binary which ` protoc ` uses when invoked with the
2525` --dart_out ` command-line flag. The ` --dart_out ` flag tells the compiler where
2626to write the Dart source files. For a ` .proto ` file input, the compiler produces
You can’t perform that action at this time.
0 commit comments