From 01e91be7bbde8e9cfc2069f66f24bc83d677103a Mon Sep 17 00:00:00 2001 From: Leon Hudak <33522493+leohhhn@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:27:29 +0100 Subject: [PATCH] fix(docs): update blog link (#1774) ## Description This PR fixes the Blog link from the navbar. It was outdated, pointing to test3 - now it points to the Portal Loop blog.
Contributors' checklist... - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [x] Added references to related issues and PRs - [x] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
--- misc/docusaurus/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/docusaurus/docusaurus.config.js b/misc/docusaurus/docusaurus.config.js index 69035424303..6b9108d6e04 100644 --- a/misc/docusaurus/docusaurus.config.js +++ b/misc/docusaurus/docusaurus.config.js @@ -82,7 +82,7 @@ const config = { { position: "left", label: "Blog", - to: "https://test3.gno.land/r/gnoland/blog", + to: "https://gno.land/r/gnoland/blog", }, { href: "https://github.com/gnolang/gno",