From e1ab8a55f27de27557b54a5ac4cb4eea7cef5c4d Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Wed, 20 Dec 2023 17:47:31 +0330 Subject: [PATCH] update index.mdx --- src/pages/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/index.mdx b/src/pages/index.mdx index d29b17d..cae1be4 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -124,14 +124,17 @@ import { list={[ { title: "Simple setup", + href: "https://nimbus.guide/quick-start.html", description: "Run integrated Nimbus Beacon Node and Validator Client together." }, { title: "Use Nimbus Beacon node", + href: "https://nimbus.guide/quick-start.html", description: "Use Nimbus Beacon Node with an alternative validator client." }, { title: "Use Nimbus Validator client", + href: "https://nimbus.guide/validator-client.html", description: "Use Nimbus Validator Client with an alternative Beacon Node." } ]}