Преглед изворни кода

Update Kibana settings link

Fixes #822
Tianon Gravi пре 9 година
родитељ
комит
72d011a948
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      kibana/content.md

+ 1 - 1
kibana/content.md

@@ -22,7 +22,7 @@ You can also pass in additional flags to `%%REPO%%`:
 $ docker run --link some-elasticsearch:elasticsearch -d %%REPO%% --plugins /somewhere/else
 ```
 
-This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide/en/kibana/current/_setting_kibana_server_properties.html)). If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
+This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide/en/kibana/5.2/settings.html)). If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
 
 ```console
 $ docker run --name some-%%REPO%% --link some-elasticsearch:elasticsearch -p 5601:5601 -d %%REPO%%