Skip to content

Commit 99a4d5c

Browse files
authored
Update Dart plugin references in documentation
1 parent 1f9119f commit 99a4d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/reference/dart/dart-generated.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ before reading this document.
1818
## Compiler Invocation {#invocation}
1919

2020
The 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.
2222
Installing 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)
2424
provides 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
2626
to write the Dart source files. For a `.proto` file input, the compiler produces

0 commit comments

Comments
 (0)