From bf9171d531b212d2e031d2f3ab3af61c94914147 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Mon, 14 Jun 2021 16:33:26 +0800 Subject: [PATCH] fix doc --- documentation20/en/00.index/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation20/en/00.index/docs.md b/documentation20/en/00.index/docs.md index f8ebe8c35b..13f8a8565e 100644 --- a/documentation20/en/00.index/docs.md +++ b/documentation20/en/00.index/docs.md @@ -29,7 +29,7 @@ TDengine is a highly efficient platform to store, query, and analyze time-series ## [Data Modeling](/model) -- [Create a Library](/model#create-db): create a library for all data collection points with similar features +- [Create a Database](/model#create-db): create a database for all data collection points with similar features - [Create a Super Table(STable)](/model#create-stable): create a STable for all data collection points with the same type - [Create a Table](/model#create-table): use STable as the template, to create a table for each data collecting point