Skip to content

Commit

Permalink
docs(home): fix date typo and shorten message. (#5798)
Browse files Browse the repository at this point in the history
Co-authored-by: Heitor Lessa <[email protected]>
  • Loading branch information
heitorlessa and Heitor Lessa authored Dec 27, 2024
1 parent 9470916 commit e9ea408
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% extends "base.html" %}

{% block announce %}
On March 25st, 2025 v2 of Powertools for AWS Lambda (Python) <a
href="https://github.com/aws-powertools/powertools-lambda-python/issues/5239" target="_blank">will reach
On March 25th 2025, v2 reaches <a href="https://github.com/aws-powertools/powertools-lambda-python/issues/5239"
target="_blank">
End-of-Life</a>. We recommend you to <a href="https://docs.powertools.aws.dev/lambda/python/latest/upgrade/"
target="_blank">upgrade to v3</a>.
{% endblock %}

{% block outdated %}
You're not viewing the latest version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
You're not viewing the latest version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
{% endblock %}

0 comments on commit e9ea408

Please sign in to comment.