From 48b54d92ea10c4c158a49e713cc14a33df5f69a2 Mon Sep 17 00:00:00 2001 From: Brian McManus Date: Thu, 23 Feb 2023 10:20:19 -0700 Subject: Fixes example README links to open in codespaces (#6346) --- examples/framework-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/framework-react') diff --git a/examples/framework-react/README.md b/examples/framework-react/README.md index 105ea05d6..73b7789a5 100644 --- a/examples/framework-react/README.md +++ b/examples/framework-react/README.md @@ -6,7 +6,7 @@ npm create astro@latest -- --template framework-react [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-react) [![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-react) -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=/.devcontainer/framework-react/devcontainer.json) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-react/devcontainer.json) This example showcases Astro working with [React](https://reactjs.org/). -- cgit v1.2.3