From 8e170a3241bb8c4f0b1a78198b05f6d948f1ef6b Mon Sep 17 00:00:00 2001 From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:42:55 -0700 Subject: [PATCH] Update link to storage sample Updated the link for the saving custom settings sample. --- docs/develop/persisting-add-in-state-and-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop/persisting-add-in-state-and-settings.md b/docs/develop/persisting-add-in-state-and-settings.md index 34abacbb8..47dfae58e 100644 --- a/docs/develop/persisting-add-in-state-and-settings.md +++ b/docs/develop/persisting-add-in-state-and-settings.md @@ -1,7 +1,7 @@ --- title: Persist add-in state and settings description: Learn how to persist data in Office Web Add-in applications running in the stateless environment of a browser control. -ms.date: 08/28/2025 +ms.date: 10/16/2025 ms.localizationpriority: medium --- @@ -294,4 +294,4 @@ function getReviewers() { - [Outlook add-ins](../outlook/outlook-add-ins-overview.md) - [Get and set add-in metadata for an Outlook add-in](../outlook/metadata-for-an-outlook-add-in.md) - [Get and set internet headers on a message in an Outlook add-in](../outlook/internet-headers.md) -- [Excel-Add-in-JavaScript-PersistCustomSettings](https://github.com/OfficeDev/Excel-Add-in-JavaScript-PersistCustomSettings) +- [Save custom settings in your Office Add-in](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/office-add-in-save-custom-settings)