From 8dafa29079fe2f64ce4bd529641152e68760cb12 Mon Sep 17 00:00:00 2001 From: filipe oliveira Date: Tue, 9 Mar 2021 20:50:56 +0000 Subject: [PATCH] Fix Golang Technical Articles & Whitepapers links The showcased links point to wrong website locations. This PR addresses that issue --- docs/develop/golang/index-golang.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/develop/golang/index-golang.mdx b/docs/develop/golang/index-golang.mdx index 5c7c88f377..10a2907da7 100644 --- a/docs/develop/golang/index-golang.mdx +++ b/docs/develop/golang/index-golang.mdx @@ -133,9 +133,8 @@ Find more information about Golang & Redis connections in the "[Redis Connect](h ### Technical Articles & Whitepapers -**[Redis and Golang: Designed to Improve Performance -](https://redislabs.com/docs/ultra-fast-recommendations-engine-using-redis-go/)** +**[Redis and Golang: Designed to Improve Performance](https://redislabs.com/blog/redis-go-designed-improve-performance/)** -**[A High Performance Recommendation Engine with Redis and Go](https://redislabs.com/blog/jedis-vs-lettuce-an-exploration/https://redislabs.com/blog/jedis-vs-lettuce-an-exploration/)** +**[A High Performance Recommendation Engine with Redis and Go](https://redislabs.com/docs/ultra-fast-recommendations-engine-using-redis-go/)**