From edceff0a87ced15e963550cb8f4485fd3b391547 Mon Sep 17 00:00:00 2001 From: Umman Mammadov Date: Sun, 18 May 2025 23:57:19 +0400 Subject: [PATCH] [Docs] Remove SampleAssetManager reference from README Fixes #121 Signed-off-by: Umman Mammadov --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c2a780..78925bd 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ repeatable demonstrations and end-to-end tests to be realized with as little supporting infrastructure as possible. It is not intended to be any kind of comprehensive example of the -breadth of functionality exposed though the OpenAssetIO API. -See the SampleAssetManager for a more concrete example of canonical -manager behavior. +breadth of functionality exposed through the OpenAssetIO API. For a more +detailed reference implementation, see +[OpenAssetIO-MediaCreation](https://github.com/OpenAssetIO/OpenAssetIO-MediaCreation) +or consult the [official documentation](https://openassetio.github.io/). > Note: This code is a sketch to facilitate testing and sample > workflows. It should never be considered in any way a "good example