From 46f5e3814619584ace3875408e324c2396b7df1b Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Tue, 27 Jun 2023 21:43:02 -0700 Subject: [PATCH] fix blog post with invalid front matter This caused the following React warning: ``` Check the top-level render call using . See https://reactjs.org/link/warning-keys for more information. ... ``` --- content/blogposts/2023/big-code-in-ai-era.md | 2 +- content/blogposts/2023/cody-for-open-source.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blogposts/2023/big-code-in-ai-era.md b/content/blogposts/2023/big-code-in-ai-era.md index 12a1bf850fc..64def372cd1 100644 --- a/content/blogposts/2023/big-code-in-ai-era.md +++ b/content/blogposts/2023/big-code-in-ai-era.md @@ -3,7 +3,7 @@ title: 'New data report: Big Code in the AI era' description: AI is the best and worst thing to happen to enterprise dev teams. authors: - name: Amie Rotherham - - url: https://twitter.com/amieroth + url: https://twitter.com/amieroth publishDate: 2023-04-27T12:00 tags: [blog] slug: big-code-in-ai-era diff --git a/content/blogposts/2023/cody-for-open-source.md b/content/blogposts/2023/cody-for-open-source.md index db7f0159c61..b25294f056d 100644 --- a/content/blogposts/2023/cody-for-open-source.md +++ b/content/blogposts/2023/cody-for-open-source.md @@ -3,7 +3,7 @@ title: 'Opening access to Cody for Sourcegraph.com' description: Cody is now available to anyone with a Sourcegraph.com account. authors: - name: Alex Isken - - url: https://github.com/iskyOS + url: https://github.com/iskyOS publishDate: 2023-05-02T12:00 tags: [blog] slug: cody-for-open-source