elastic / elasticsearch-migration

This plugin will help you to check whether you can upgrade directly to the next major version of Elasticsearch, or whether you need to make changes to your data and cluster before doing so.
290 stars 32 forks source link

Open documentation links in a new window #26

Closed jlecour closed 9 years ago

jlecour commented 9 years ago

To ease reading back and forth the plugin checks and the documentation, I think it's better to have the links open in a new window.

To make this unobtrusive, I've added a snippet of javascript to open links with rel="external" in a new window.

clintongormley commented 9 years ago

Great - thanks for the PR @jlecour. Merged