Skip to content

Commit

Permalink
missed a couple references/resources replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Mar 11, 2024
1 parent c194c1e commit c8f06bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/_data/navigation/mainNav.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion src/pages/resources/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Holochain Programming References
title: Holochain Programming Resources
---

## Rust HDK
Expand Down

0 comments on commit c8f06bf

Please sign in to comment.