diff --git a/src/content/docs/codestream/how-use-codestream/start-work.mdx b/src/content/docs/codestream/how-use-codestream/start-work.mdx index 7137fa0eaa1..03683c2e57c 100644 --- a/src/content/docs/codestream/how-use-codestream/start-work.mdx +++ b/src/content/docs/codestream/how-use-codestream/start-work.mdx @@ -1,6 +1,6 @@ --- title: Start work on a new task -metaDescription: "Learn how CodeStream can simplify your workflow." +metaDescription: "Learn how New Relic CodeStream can simplify your workflow." --- When you want to get started on some new work, whether it’s a modest bug fix or @@ -8,7 +8,7 @@ a major new feature, there are a lot of steps and different services involved. Go to your issue tracking service, find all of the issues assigned to you, select one to work on, and update its status. Now head to your terminal, or GitHub, to create a feature branch. And lastly, update your status on Slack to -let your teammates know what you’re working on. With CodeStream, you can do this +let your teammates know what you’re working on. With New Relic CodeStream, you can do this all in one step, right from your IDE. To get started, look for the Issues section in the CodeStream pane and connect diff --git a/src/content/docs/codestream/start-here/codestream-new-relic.mdx b/src/content/docs/codestream/start-here/codestream-new-relic.mdx index 011b0e317cc..52da544d865 100644 --- a/src/content/docs/codestream/start-here/codestream-new-relic.mdx +++ b/src/content/docs/codestream/start-here/codestream-new-relic.mdx @@ -5,7 +5,7 @@ metaDescription: "Read about the useful ways CodeStream and New Relic work toget CodeStream and New Relic work together in several ways to give you insight into your code's errors, as well as making it easier to get started instrumenting your code with our APM agents. -Specifically, when CodeStream is connected to New Relic, you can to jump from a +Specifically, when CodeStream is connected to New Relic, you can jump from a stack trace error in the New Relic UI directly to the offending line of code in your IDE. Once in your IDE, you can navigate the stack trace and [collaborate with your teammates to resolve the