From aa994d5625aab68e552e42daf39938184e1beab7 Mon Sep 17 00:00:00 2001 From: Craig McChesney Date: Wed, 16 Sep 2026 14:48:13 -0600 Subject: [PATCH] docs: pin the dp-grpc notes link to its release tag Every other cross-document link in these notes is pinned to rel-1.16.0; this one pointed into dp-grpc's main. It resolves today, but a reader of the 1.16.0 notes should land on the dp-grpc notes as they stood at 1.16.0, and a branch link breaks if that file is later moved, renamed, or archived. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Fs58WMqUncvDYUPzD5qgmj --- doc/release-notes/rel-1.16.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/rel-1.16.0.md b/doc/release-notes/rel-1.16.0.md index b2b270f..dfda6ab 100644 --- a/doc/release-notes/rel-1.16.0.md +++ b/doc/release-notes/rel-1.16.0.md @@ -3,7 +3,7 @@ Changes since rel-1.15.0. This repo publishes the Python client library for the MLDP gRPC API: the generated stubs synced from [dp-grpc](https://github.com/osprey-dcs/dp-grpc) `rel-1.16.0`, and the hand-written client wrappers over them. The protocol changes themselves are described in -[dp-grpc's 1.16.0 notes](https://github.com/osprey-dcs/dp-grpc/blob/main/doc/release-notes/rel-1.16.0.md); +[dp-grpc's 1.16.0 notes](https://github.com/osprey-dcs/dp-grpc/blob/rel-1.16.0/doc/release-notes/rel-1.16.0.md); this document covers what they mean for Python callers, and the client API built on top of them. **This is the largest release the library has had.** It adds three new API areas — sample status,