Skip to content

Commit c204017

Browse files
committed
Adjust wording
1 parent 4ef5547 commit c204017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/asciidoctor/lib/chunker/url_to_v3.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ def render_warning(doc, version, new_url)
4646
if version == '8.18'
4747
@url = Asciidoctor::Block.new(doc, :pass, source: <<~HTML)
4848
<div id="url-to-v3" class="version-warning">
49-
A newer version is available. For the latest information, see the <a href="https://www.elastic.co#{new_url}">current release documentation</a>
49+
A newer version is available. Check out the <a href="https://www.elastic.co#{new_url}">latest documentation</a>.
5050
</div>
5151
HTML
5252
else
5353
@url = Asciidoctor::Block.new(doc, :pass, source: <<~HTML)
5454
<div id="url-to-v3" class="version-warning">
55-
<strong>IMPORTANT</strong>: No additional bug fixes or documentation updates will be released for this version. For the latest information, see the <a href="https://www.elastic.co#{new_url}">current release documentation</a>
55+
<strong>IMPORTANT</strong>: This documentation is no longer updated. Refer to <a href="https://www.elastic.co/support/eol">Elastic's version policy</a> and the <a href="https://www.elastic.co#{new_url}">latest documentation</a>.
5656
</div>
5757
HTML
5858
end

0 commit comments

Comments
 (0)