diff --git a/site/en/guides/getting-started-with-NextJS-and-Bento.md b/site/en/guides/getting-started-with-NextJS-and-Bento.md index ee88138e..310f7578 100644 --- a/site/en/guides/getting-started-with-NextJS-and-Bento.md +++ b/site/en/guides/getting-started-with-NextJS-and-Bento.md @@ -175,4 +175,4 @@ And of course if you need a bit more customizability checkout the [docs for the # Summary -In this guide we’ve created a new Next.js app from scratch using Bento components. If you want to learn more about Bento, check out the full list of our components as [bentojs.dev](https://bentojs.dev). You can find a working copy of this example on [Github](https://github.com/ampproject/bentojs.dev/tree/main/examples/getting-started-with-NextJS-and-Bento). +In this guide we’ve created a new Next.js app from scratch using Bento components. If you want to learn more about Bento, check out the full list of our components as [bentojs.dev](https://bentojs.dev). You can find a [working copy of this example on Github](https://github.com/ampproject/bentojs.dev/tree/main/examples/getting-started-with-NextJS-and-Bento). diff --git a/site/en/guides/getting-started-with-Vue-and-Bento.md b/site/en/guides/getting-started-with-Vue-and-Bento.md index 685d2bd7..1fef3591 100644 --- a/site/en/guides/getting-started-with-Vue-and-Bento.md +++ b/site/en/guides/getting-started-with-Vue-and-Bento.md @@ -101,4 +101,4 @@ To view this page in a browser, run `npx serve` in the directory where this file ## Summary -In this guide we’ve created a new Vue.js page from scratch using Bento accordion. If you want to learn more about Bento, check out the [full list of our components](/documentation/#all). You can find a working copy of this example on Github: https://github.com/ampproject/bentojs.dev/tree/main/examples/vue. +In this guide we’ve created a new Vue.js page from scratch using Bento accordion. If you want to learn more about Bento, check out the [full list of our components](/documentation/#all). You can find a [working copy of this example on Github](https://github.com/ampproject/bentojs.dev/tree/main/examples/vue).