Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(home): fix date typo and shorten message. #5798

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
leandrodamascena marked this conversation as resolved.
Show resolved Hide resolved
{% endblock %}
Loading