Skip to content

Commit

Permalink
Fix Logstash documentation link (elastic#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Nov 27, 2017
1 parent b315cc7 commit c02c45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/documentation_links/documentation_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const documentationLinks = {
base: `${ELASTIC_WEBSITE_URL}guide/en/beats/metricbeat/${DOC_LINK_VERSION}`
},
logstash: {
base: `${ELASTIC_WEBSITE_URL}guide/en/beats/logstash/${DOC_LINK_VERSION}`
base: `${ELASTIC_WEBSITE_URL}guide/en/logstash/${DOC_LINK_VERSION}`
},
scriptedFields: {
scriptFields: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/reference/${DOC_LINK_VERSION}/search-request-script-fields.html`,
Expand Down

0 comments on commit c02c45e

Please sign in to comment.