Skip to content

Commit

Permalink
Fix doc-links in pokes
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Nov 20, 2024
1 parent f2972e4 commit cf00ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aiven_poke/slack/topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

from .payload import Text, TextType, Payload, Attachment, Color, Header, TextSection, FieldsSection

CREATE_DOC = "https://doc.nais.io/persistence/kafka/manage_topics/#creating-topics-and-defining-access"
PERMA_DELETE_DOC = "https://doc.nais.io/persistence/kafka/manage_topics/#permanently-deleting-topic-and-data"
CREATE_DOC = "https://doc.nais.io/persistence/kafka/how-to/create/"
PERMA_DELETE_DOC = "https://doc.nais.io/persistence/kafka/how-to/delete/"
MAIN_HEADER = "Your team has topics on Aiven which are not found in a nais cluster"
WHAT_IS_THIS = " ".join(textwrap.dedent("""
Topics on Aiven should be defined by a Topic resource in a nais cluster.
Expand Down
2 changes: 1 addition & 1 deletion aiven_poke/slack/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .payload import Payload, Attachment, Color, Header, Text, TextType, TextSection
from ..models import ExpiringUser

RENEW_DOC = "https://doc.nais.io/how-to-guides/persistence/kafka/renew-credentials-for-non-nais/"
RENEW_DOC = "https://doc.nais.io/persistence/kafka/how-to/renew-credentials-for-non-nais/"

FALLBACK = " ".join(textwrap.dedent("""\
Your team has users with expiring credentials in the {main_project} pool, defined in {cluster_name}.
Expand Down

0 comments on commit cf00ae8

Please sign in to comment.