From de770aa337ec0fc1e1c3e2a76c0866bb6c2f4346 Mon Sep 17 00:00:00 2001 From: vveerrgg Date: Wed, 2 Sep 2026 22:57:17 -0700 Subject: [PATCH] docs: fix broken internal links / stale dep versions (doc sweep) --- docs/APP-GROUPS-ARCHITECTURE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/APP-GROUPS-ARCHITECTURE.md b/docs/APP-GROUPS-ARCHITECTURE.md index 050509a..03acd52 100644 --- a/docs/APP-GROUPS-ARCHITECTURE.md +++ b/docs/APP-GROUPS-ARCHITECTURE.md @@ -8,7 +8,7 @@ The NostrKey iOS app (`com.nostrkey.app`) and the NostrKey Safari extension (`com.nostrkey.Extension`) share profile data through an **Apple App Group** — a shared container that both apps can read and write without any network activity. -This is the core of **Level 1** in the [Progressive Trust Ladder](../../nostrkey.bizdocs.src/Progressive-Trust-Ladder.md). +This is the core of **Level 1** in the [Progressive Trust Ladder](../../nostrkey.bizdocs.src/strategy/Progressive-Trust-Ladder.md). --- @@ -252,7 +252,7 @@ browser.storage.local.get('profiles').then(local => { ## References -- [Progressive Trust Ladder](../../nostrkey.bizdocs.src/Progressive-Trust-Ladder.md) — The product vision this serves +- [Progressive Trust Ladder](../../nostrkey.bizdocs.src/strategy/Progressive-Trust-Ladder.md) — The product vision this serves - [Apple: App Groups](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_application-groups) - [Apple: Sharing Keychain Items](https://developer.apple.com/documentation/security/keychain_services/keychain_items/sharing_access_to_keychain_items_among_a_collection_of_apps)