From f5572463f1c79d0457a7edf977a7a1cf2b9b48ce Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Thu, 11 Jun 2026 11:54:16 -0400 Subject: [PATCH 1/2] chore: fix link in DEVELOPMENT.md --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8b50fc7aa076..61fb9644d543 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -67,4 +67,4 @@ For more information on how to use Librarian, configure generation, or troublesh * **[Librarian GitHub Repository](https://github.com/googleapis/librarian)**: The main repository for the Librarian tool. * **[Librarian Command Reference](https://pkg.go.dev/github.com/googleapis/librarian/cmd/librarian)**: Detailed documentation of `librarian` CLI commands. * **[Librarian Configuration Schema](https://github.com/googleapis/librarian/blob/main/doc/config-schema.md)**: Guide to the structure and options available in `librarian.yaml`. -* **[go/g3doc-sdk-librarian](https://go/g3doc-sdk-librarian)** (Internal): Internal documentation for code generation schedules and local development workflows. +* **[go/g3doc-sdk-librarian](http://go/g3doc-sdk-librarian)** (Internal): Internal documentation for code generation schedules and local development workflows. From 0841ad276b2b26048db4db64989ed82a1b8e1687 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Thu, 11 Jun 2026 12:13:16 -0400 Subject: [PATCH 2/2] remove link --- DEVELOPMENT.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 61fb9644d543..c11518c3ca57 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -66,5 +66,4 @@ For more information on how to use Librarian, configure generation, or troublesh * **[Librarian GitHub Repository](https://github.com/googleapis/librarian)**: The main repository for the Librarian tool. * **[Librarian Command Reference](https://pkg.go.dev/github.com/googleapis/librarian/cmd/librarian)**: Detailed documentation of `librarian` CLI commands. -* **[Librarian Configuration Schema](https://github.com/googleapis/librarian/blob/main/doc/config-schema.md)**: Guide to the structure and options available in `librarian.yaml`. -* **[go/g3doc-sdk-librarian](http://go/g3doc-sdk-librarian)** (Internal): Internal documentation for code generation schedules and local development workflows. +* **[Librarian Configuration Schema](https://github.com/googleapis/librarian/blob/main/doc/config-schema.md)**: Guide to the structure and options available in `librarian.yaml`. \ No newline at end of file