mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Updated broken url in CONTRIBUTING.md (#10715)
* Updated broken url in CONTRIBUTING.md * Switched url to the master documentation. * Changes from future release documentation to current release docs.
This commit is contained in:
parent
06049c2571
commit
36aadda072
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ Now you can point your web browser to https://localhost:5601 and start using Kib
|
|||
|
||||
#### Customizing `config/kibana.dev.yml`
|
||||
|
||||
The `config/kibana.yml` file stores user configuration directives. Since this file is checked into source control, however, developer preferences can't be saved without the risk of accidentally committing the modified version. To make customizing configuration easier during development, the Kibana CLI will look for a `config/kibana.dev.yml` file if run with the `--dev` flag. This file behaves just like the non-dev version and accepts any of the [standard settings](https://www.elastic.co/guide/en/kibana/master/kibana-server-properties.html).
|
||||
The `config/kibana.yml` file stores user configuration directives. Since this file is checked into source control, however, developer preferences can't be saved without the risk of accidentally committing the modified version. To make customizing configuration easier during development, the Kibana CLI will look for a `config/kibana.dev.yml` file if run with the `--dev` flag. This file behaves just like the non-dev version and accepts any of the [standard settings](https://www.elastic.co/guide/en/kibana/current/settings.html).
|
||||
|
||||
#### Potential Optimization Pitfalls
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue