From 99a4d5c66fa01435dcac81f411310c0e7821bd4e Mon Sep 17 00:00:00 2001 From: Panmari Date: Fri, 19 Dec 2025 19:53:05 +0100 Subject: [PATCH] Update Dart plugin references in documentation --- content/reference/dart/dart-generated.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/reference/dart/dart-generated.md b/content/reference/dart/dart-generated.md index ff94ca5c..3bcd7af6 100644 --- a/content/reference/dart/dart-generated.md +++ b/content/reference/dart/dart-generated.md @@ -18,9 +18,9 @@ before reading this document. ## Compiler Invocation {#invocation} The protocol buffer compiler requires a -[plugin to generate Dart](https://github.com/dart-lang/dart-protoc-plugin) code. +[plugin to generate Dart](https://github.com/google/protobuf.dart/tree/master/protoc_plugin) code. Installing it following the -[instructions](https://github.com/dart-lang/dart-protoc-plugin#how-to-build-and-use) +[instructions](https://github.com/google/protobuf.dart/tree/master/protoc_plugin#how-to-build) provides a `protoc-gen-dart` binary which `protoc` uses when invoked with the `--dart_out` command-line flag. The `--dart_out` flag tells the compiler where to write the Dart source files. For a `.proto` file input, the compiler produces