diff --git a/docs/design/README.md b/docs/design/README.md index 2e21c436..838f3352 100644 --- a/docs/design/README.md +++ b/docs/design/README.md @@ -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](storage_gcp.md) -* [MySQL](storage_mysql.md) -* [POSIX filesystem](storage_posix.md) +* [GCP](gcp_storage.md) +* [MySQL](mysql_storage.md) +* [POSIX filesystem](posix_storage.md) Every storage implementation is required to expose a small number of fairly high-level APIs: