We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13d74e commit d98ba07Copy full SHA for d98ba07
elasticsearch-api/utils/thor/templates/_documentation_top.erb
@@ -23,5 +23,5 @@
23
<% end -%>
24
<%= ' '*(@namespace_depth+3) -%>#
25
<%# Documentation link -%>
26
-<%= ' '*(@namespace_depth+3) %># @see <%= @spec['documentation']['url'] ? @spec['documentation']['url'] : "[TODO]" %>
+<%= ' '*(@namespace_depth+3) %># @see <%= @spec['documentation']['url'] ? @spec['documentation']['url'].gsub!(/\/(current|master)\//, '/7.5/') : "[TODO]" %>
27
<%= ' '*(@namespace_depth+3) %>#
0 commit comments