Using correct markdown syntax for links

This commit is contained in:
wiibaa 2012-07-03 21:31:27 +02:00
parent 40c5b240bf
commit 12283c0e1b
3 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ Type stuff on stdin on the agent, then search for it in the web interface.
Let's backfill some old apache logs. First, let's use grok.
Use the [../../filters/grok]('grok') logstash filter to parse logs.
Use the ['grok'](../../filters/grok) logstash filter to parse logs.
### Download

View file

@ -37,7 +37,7 @@ On the server collecting and indexing your logs:
Requirements: java
You'll most likely want the version of ElasticSearch specified by the
[../outputs/elasticsearch](outputs/elasticsearch) docs. Modify this in your shell
[elasticsearch output](../outputs/elasticsearch) docs. Modify this in your shell
for easy downloading of ElasticSearch:
ES_PACKAGE=elasticsearch-%ELASTICSEARCH_VERSION%.zip

View file

@ -78,7 +78,7 @@ Point your browser at <http://yourserver:9292> and start searching!
## Futher reading
Want to know more about the configuration language? Check out the
[../configuration](configuration) documentation.
[configuration](../configuration) documentation.
You may have logs on many servers you want to centralize through logstash. To
learn how to do that, [read this](getting-started-centralized)