From 30789f2867b9a2011453da45a9f5f396d213f267 Mon Sep 17 00:00:00 2001 From: Mitsutaka Takada Date: Thu, 16 May 2024 10:52:51 +0900 Subject: [PATCH] Update asset API link in architecture README --- architecture/README-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/README-api.md b/architecture/README-api.md index 74d7d78..16c881d 100644 --- a/architecture/README-api.md +++ b/architecture/README-api.md @@ -4,7 +4,7 @@ * C/C++ 版の箱庭コア機能のAPI概要説明 * [master API](https://github.com/toppers/hakoniwa-core-cpp/blob/main/src/include/hako_master.hpp) - * [asset API](https://github.com/toppers/hakoniwa-core-cpp/blob/main/src/include/hako_asset.hpp) + * [asset API](https://github.com/toppers/hakoniwa-core-cpp-client/?tab=readme-ov-file#%E7%AE%B1%E5%BA%AD%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88-api) * [simevent API](https://github.com/toppers/hakoniwa-core-cpp/blob/main/src/include/hako_simevent.hpp) * [gRPCのAPI](https://github.com/toppers/hakoniwa-core-spec/blob/main/hakoniwa_core.proto)