fix(doc): Typo in link label
This commit is contained in:
parent
0dfc4bb99e
commit
0f93372ea4
|
@ -99,7 +99,7 @@ By default, the stack exposes the following ports:
|
||||||
* 5601: Kibana
|
* 5601: Kibana
|
||||||
|
|
||||||
> **Warning**
|
> **Warning**
|
||||||
> Elasticsearch's [bootstrap checks][booststap-checks] were purposely disabled to facilitate the setup of the Elastic
|
> Elasticsearch's [bootstrap checks][bootstrap-checks] were purposely disabled to facilitate the setup of the Elastic
|
||||||
> stack in development environments. For production setups, we recommend users to set up their host according to the
|
> stack in development environments. For production setups, we recommend users to set up their host according to the
|
||||||
> instructions from the Elasticsearch documentation: [Important System Configuration][es-sys-config].
|
> instructions from the Elasticsearch documentation: [Important System Configuration][es-sys-config].
|
||||||
|
|
||||||
|
@ -430,7 +430,7 @@ See the following Wiki pages:
|
||||||
[compose-v2]: https://docs.docker.com/compose/cli-command/
|
[compose-v2]: https://docs.docker.com/compose/cli-command/
|
||||||
[linux-postinstall]: https://docs.docker.com/engine/install/linux-postinstall/
|
[linux-postinstall]: https://docs.docker.com/engine/install/linux-postinstall/
|
||||||
|
|
||||||
[booststap-checks]: https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html
|
[bootstrap-checks]: https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html
|
||||||
[es-sys-config]: https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html
|
[es-sys-config]: https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html
|
||||||
[es-heap]: https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html#heap-size-settings
|
[es-heap]: https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html#heap-size-settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue