Skip to content

Commit

Permalink
Fix design doc broken links (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored Dec 2, 2024
1 parent b513925 commit 76a3aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ can easily be constructed by third parties.
Each of the provided storage implementations has an associated "one-pager" design doc which offers
a detailed explanation of how it works:

* [GCP](gcp_storage.md)
* [MySQL](mysql_storage.md)
* [POSIX filesystem](posix_storage.md)
* [GCP](/storage/gcp/README.md)
* [MySQL](/storage/mysql/DESIGN.md)
* [POSIX filesystem](/storage/posix/README.md)

Every storage implementation is required to expose a small number of fairly high-level APIs:

Expand Down
2 changes: 1 addition & 1 deletion storage/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This directory contains the implementation of a storage backend for Trillian Tes

## Design

See [MySQL storage design documentation](/docs/design/mysql_storage.md).
See [MySQL storage design documentation](/storage/mysql/DESIGN.md).

### Requirements

Expand Down

0 comments on commit 76a3aa4

Please sign in to comment.