From 5b979bf7fafebea9550b0990857ee3c8ef95d157 Mon Sep 17 00:00:00 2001
From: "P.E. Butler III"
Date: Sat, 2 Mar 2019 22:23:49 -0700
Subject: [PATCH] Updated Nuxtent link (#2041)
---
src/v2/cookbook/serverless-blog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/v2/cookbook/serverless-blog.md b/src/v2/cookbook/serverless-blog.md
index 7a62d3c72f..84f2a20861 100644
--- a/src/v2/cookbook/serverless-blog.md
+++ b/src/v2/cookbook/serverless-blog.md
@@ -298,7 +298,7 @@ created() {
## Alternative Patterns
-An alternative pattern to consider, especially if you prefer writing only in Markdown, is using something like [Nuxtent](https://nuxtent.now.sh/guide/writing#async-components). Nuxtent allows you to use `Vue Component` inside of Markdown files. This approach would be akin to a static site approach (i.e. Jekyll) where you compose your blog posts in Markdown files. Nuxtent adds a nice integration between Vue.js and Markdown allowing you to live in a 100% Vue.js world.
+An alternative pattern to consider, especially if you prefer writing only in Markdown, is using something like [Nuxtent](https://nuxtent-module.netlify.com/guide/writing/#async-components). Nuxtent allows you to use `Vue Component` inside of Markdown files. This approach would be akin to a static site approach (i.e. Jekyll) where you compose your blog posts in Markdown files. Nuxtent adds a nice integration between Vue.js and Markdown allowing you to live in a 100% Vue.js world.
## Wrap up