From c8f06bfa2835e22e352f5fe445a90d4e59823434 Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Mon, 11 Mar 2024 13:18:07 -0700 Subject: [PATCH] missed a couple references/resources replacements --- src/pages/_data/navigation/mainNav.json5 | 2 +- src/pages/resources/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/_data/navigation/mainNav.json5 b/src/pages/_data/navigation/mainNav.json5 index 2d9c5975a..87c2dab93 100644 --- a/src/pages/_data/navigation/mainNav.json5 +++ b/src/pages/_data/navigation/mainNav.json5 @@ -21,7 +21,7 @@ { title: "Lifecycle Events", url: "/concepts/11_lifecycle_events/" }, ] }, - { title: "References", url: "/resources/", children: [ + { title: "Resources", url: "/resources/", children: [ { title: "HDK (Rust)", url: "https://docs.rs/hdk", external: true }, { title: "App API reference", url: "https://docs.rs/holochain_conductor_api/latest/holochain_conductor_api/enum.AppRequest.html", external: true }, { title: "Admin API reference", url: "https://docs.rs/holochain_conductor_api/latest/holochain_conductor_api/enum.AdminRequest.html", external: true }, diff --git a/src/pages/resources/index.md b/src/pages/resources/index.md index 66dfbe1dd..86e33e242 100644 --- a/src/pages/resources/index.md +++ b/src/pages/resources/index.md @@ -1,5 +1,5 @@ --- -title: Holochain Programming References +title: Holochain Programming Resources --- ## Rust HDK