Skip to content

Commit f776fc6

Browse files
authored
Merge pull request open-wallet-standard#120 from daiwikmh/fix/url
fix: correct incorrect redirect causing 404 in docs
2 parents cf6b49e + 517d95d commit f776fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/01-storage-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Each wallet is stored as a single JSON file extending the Ethereum Keystore v3 s
9494

9595
## API Key File Format
9696

97-
Each API key is stored as a JSON file in `~/.ows/keys/`. The key file contains metadata, policy attachments, and **encrypted copies of wallet secrets** re-encrypted under the API token (see [Policy Engine](03-policy-engine.md) for the full cryptographic design).
97+
Each API key is stored as a JSON file in `~/.ows/keys/`. The key file contains metadata, policy attachments, and **encrypted copies of wallet secrets** re-encrypted under the API token (see [Policy Engine](03-policy-engine) for the full cryptographic design).
9898

9999
```json
100100
{

0 commit comments

Comments
 (0)