From 17455ac0b578c6f401a42f1c498fc0b83b23f40c Mon Sep 17 00:00:00 2001 From: Alex Ronquillo Date: Mon, 20 Dec 2021 09:08:25 -0500 Subject: [PATCH] fix: remove self-reference --- src/markdown-pages/build-apps/nr1-deprecations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markdown-pages/build-apps/nr1-deprecations.mdx b/src/markdown-pages/build-apps/nr1-deprecations.mdx index ab0462ad0..ff09dca9f 100644 --- a/src/markdown-pages/build-apps/nr1-deprecations.mdx +++ b/src/markdown-pages/build-apps/nr1-deprecations.mdx @@ -4,7 +4,7 @@ template: 'GuideTemplate' description: 'Learn how to manage New Relic One SDK deprecations' --- -We at New Relic frequently update the New Relic One SDK. These updates include new features, improvements to existing features, and the deprecation, or removal, of existing features. When we remove a feature, you, as a developer of New Relic One Nerdpacks, need to know because if you don't update your code, it will eventually stop working. +We frequently update the New Relic One SDK. These updates include new features, improvements to existing features, and the deprecation, or removal, of existing features. When we remove a feature, you, as a developer of New Relic One Nerdpacks, need to know because if you don't update your code, it will eventually stop working. In this guide, you learn: