From ce598cc65076afcb1951c5746f1c2c675aaa0f62 Mon Sep 17 00:00:00 2001 From: Ricardo Niepel Date: Wed, 28 Oct 2020 17:04:14 +0100 Subject: [PATCH] Fix blog link in docs (#885) --- daprdocs/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index a7bf2816a..21ce62d3a 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -40,7 +40,7 @@ id = "UA-149338238-3" [[menu.main]] name = "Blog" weight = 70 - url = "https://blog.dapr.io/blog" + url = "https://blog.dapr.io/posts" [[menu.main]] name = "Community" weight = 80 @@ -116,4 +116,4 @@ sidebar_search_disable = true name = "Zoom" url = "https://aka.ms/dapr-community-call" icon = "fas fa-video" - desc = "Meetings happen here!" \ No newline at end of file + desc = "Meetings happen here!"