mirror of https://github.com/apache/druid.git
Fix broken links in api-reference.md (#7670)
This commit is contained in:
parent
c2abbc24a7
commit
3df364c472
|
@ -720,8 +720,8 @@ druid.query.segmentMetadata.defaultHistory
|
|||
Returns the dimensions of the datasource.
|
||||
|
||||
<div class="note caution">
|
||||
This API is deprecated and will be removed in future releases. Please use <a href="/querying/segmentmetadataquery.html">SegmentMetadataQuery</a> instead
|
||||
which provides more comprehensive information and supports all dataSource types including streaming dataSources. It's also encouraged to use <a href="/querying/sql.html#retrieving-metadata">INFORMATION_SCHEMA tables</a>
|
||||
This API is deprecated and will be removed in future releases. Please use <a href="../querying/segmentmetadataquery.html">SegmentMetadataQuery</a> instead
|
||||
which provides more comprehensive information and supports all dataSource types including streaming dataSources. It's also encouraged to use <a href="../querying/sql.html#retrieving-metadata">INFORMATION_SCHEMA tables</a>
|
||||
if you're using SQL.
|
||||
</div>
|
||||
|
||||
|
@ -731,7 +731,7 @@ Returns the metrics of the datasource.
|
|||
|
||||
<div class="note caution">
|
||||
This API is deprecated and will be removed in future releases. Please use <a href="../querying/segmentmetadataquery.html">SegmentMetadataQuery</a> instead
|
||||
which provides more comprehensive information and supports all dataSource types including streaming dataSources. It's also encouraged to use [INFORMATION_SCHEMA tables](../querying/sql.html#retrieving-metadata)
|
||||
which provides more comprehensive information and supports all dataSource types including streaming dataSources. It's also encouraged to use <a href="../querying/sql.html#retrieving-metadata">INFORMATION_SCHEMA tables</a>
|
||||
if you're using SQL.
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue