From 42be5068056f02d1fe9bc0533127c0908c9f54d9 Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Thu, 7 Nov 2024 10:59:27 +0100
Subject: [PATCH] chore: Add link to docs

---
 doc/articles/features/using-the-uno-sdk.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/articles/features/using-the-uno-sdk.md b/doc/articles/features/using-the-uno-sdk.md
index 030d07f0a84f..66b07e8b055f 100644
--- a/doc/articles/features/using-the-uno-sdk.md
+++ b/doc/articles/features/using-the-uno-sdk.md
@@ -49,7 +49,7 @@ Here are the supported features:
 | Feature              | Description                                                                                                                                                                                                                                |
 |----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | `Foldable`           | Adds a reference to [Uno.WinUI.Foldable](https://www.nuget.org/packages/Uno.WinUI.Foldable).                                                                                                                                               |
-| `GooglePlay`         | Adds a reference to [Uno.WinUI.GooglePlay](https://www.nuget.org/packages/Uno.WinUI.GooglePlay).                                                                                                                                               |
+| `GooglePlay`         | Adds a reference to [Uno.WinUI.GooglePlay](https://www.nuget.org/packages/Uno.WinUI.GooglePlay). For more information, see the [Store Context documentation](xref:Uno.Features.StoreContext).  |
 | `MediaElement`       | Adds native references where needed to use [MediaElement](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.mediaelement).                                                                                                |
 | `CSharpMarkup`       | Adds support for [C# Markup](xref:Uno.Extensions.Markup.Overview).                                                                                                                                                                         |
 | `Extensions`         | Adds the most commonly used Extensions Packages for Hosting, Configuration, and Logging.                                                                                                                                                   |