From 03f75bb81242cedad6b352389885f9d6c8ace385 Mon Sep 17 00:00:00 2001 From: Leo Parente <23251360+leoparente@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:01:33 -0300 Subject: [PATCH] docs(readme): link to docs/examples The README previously had a `[examples](./examples)` link that pointed to a non-existent directory (#74); the broken link was removed during the v1.10.x README restructure, but no replacement pointer was added. Since #83 there is a real `docs/examples/` directory with one file per supported entity. Add a one-line pointer in the same anchor location the original broken link occupied so readers can find them from the README again. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a82f135..04fce66 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ if __name__ == "__main__": ``` +See [`docs/examples/`](./docs/examples) for per-entity examples (one file per supported NetBox object type). + ### Using Metadata Entities support attaching custom metadata as key-value pairs. Metadata can be used to store additional context, tracking information, or custom attributes that don't fit into the standard NetBox fields.