浏览代码

Docs: Fixed bad link

Clinton Gormley 10 年之前
父节点
当前提交
81d66d8ef3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/resiliency/index.asciidoc

+ 1 - 1
docs/resiliency/index.asciidoc

@@ -416,7 +416,7 @@ The Snapshot/Restore API supports a number of different repository types for sto
 [float]
 === Circuit Breaker: Fielddata (STATUS: DONE, v1.0.0)
 
-Currently, the https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-fielddata.html[circuit breaker] protects against loading too much field data by estimating how much memory the field data will take to load, then aborting the request if the memory requirements are too high. This feature was added in Elasticsearch version 1.0.0.
+Currently, the https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-modules-fielddata.html[circuit breaker] protects against loading too much field data by estimating how much memory the field data will take to load, then aborting the request if the memory requirements are too high. This feature was added in Elasticsearch version 1.0.0.
 
 [float]
 === Use of Paginated Data Structures to Ease Garbage Collection (STATUS: DONE, v1.0.0 & v1.2.0)