From 54b9fd363724cf1b9a3cc229307c5422fc4087ac Mon Sep 17 00:00:00 2001
From: Hannah Ramadan <76922290+hannahramadan@users.noreply.github.com>
Date: Fri, 24 Jan 2025 14:50:23 -0800
Subject: [PATCH 1/2] Update guide-using-ruby-agent-api.mdx
---
.../ruby-agent/api-guides/guide-using-ruby-agent-api.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/content/docs/apm/agents/ruby-agent/api-guides/guide-using-ruby-agent-api.mdx b/src/content/docs/apm/agents/ruby-agent/api-guides/guide-using-ruby-agent-api.mdx
index 451d9ea8a55..1764102dc02 100644
--- a/src/content/docs/apm/agents/ruby-agent/api-guides/guide-using-ruby-agent-api.mdx
+++ b/src/content/docs/apm/agents/ruby-agent/api-guides/guide-using-ruby-agent-api.mdx
@@ -16,10 +16,10 @@ redirects:
freshnessValidatedDate: never
---
-The New Relic Ruby agent provides a public API with documentation available on GitHub. The GitHub documentation tells you how to set up custom instrumentation of your Ruby app and collect more in-depth data:
+The New Relic Ruby agent provides a public API with documentation available on RubyGems. The RubyGems documentation tells you how to set up custom instrumentation of your Ruby app and collect more in-depth data:
-* [Overview](https://rubydoc.info/github/newrelic/newrelic-ruby-agent)
-* [Public API methods](https://rubydoc.info/github/newrelic/newrelic-ruby-agent/NewRelic/Agent)
+* [Overview](https://www.rubydoc.info/gems/newrelic_rpm/)
+* [Public API methods](https://www.rubydoc.info/gems/newrelic_rpm/NewRelic/Agent)
The following sections explain common goals, solutions, and links to relevant parts of the documentation.
From 2614ba743d40b7f097014a3de300174f6f6c3fe6 Mon Sep 17 00:00:00 2001
From: Hannah Ramadan <76922290+hannahramadan@users.noreply.github.com>
Date: Fri, 24 Jan 2025 14:52:03 -0800
Subject: [PATCH 2/2] Update guide-using-ruby-agent-api.mdx
---
.../agents/ruby-agent/api-guides/guide-using-ruby-agent-api.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/docs/apm/agents/ruby-agent/api-guides/guide-using-ruby-agent-api.mdx b/src/content/docs/apm/agents/ruby-agent/api-guides/guide-using-ruby-agent-api.mdx
index 1764102dc02..02f26e7ef49 100644
--- a/src/content/docs/apm/agents/ruby-agent/api-guides/guide-using-ruby-agent-api.mdx
+++ b/src/content/docs/apm/agents/ruby-agent/api-guides/guide-using-ruby-agent-api.mdx
@@ -16,7 +16,7 @@ redirects:
freshnessValidatedDate: never
---
-The New Relic Ruby agent provides a public API with documentation available on RubyGems. The RubyGems documentation tells you how to set up custom instrumentation of your Ruby app and collect more in-depth data:
+The New Relic Ruby agent provides a public API with documentation available on RubyDoc. The RubyDoc documentation tells you how to set up custom instrumentation of your Ruby app and collect more in-depth data:
* [Overview](https://www.rubydoc.info/gems/newrelic_rpm/)
* [Public API methods](https://www.rubydoc.info/gems/newrelic_rpm/NewRelic/Agent)