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

remove the robusta-demo link from docs #1590

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Alert Manager is not working

.. tip::

If you're using the Robusta UI, you can test alert routing by `Simulating an alert <https://platform.robusta.dev/robusta-demo/simulate-alert/>`_.
If you're using the Robusta UI, you can test alert routing by `Simulating an alert <https://platform.robusta.dev/simulate-alert/>`_.



Expand All @@ -238,4 +238,4 @@ Alert Manager is not working
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 10Gi
storage: 10Gi
2 changes: 1 addition & 1 deletion docs/notification-routing/configuring-sinks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ When multiple attributes conditions are present, all must be satisfied.

.. tip::

If you're using the Robusta UI, you can test alert routing by `Simulating an alert <https://platform.robusta.dev/robusta-demo/simulate-alert/>`_.
If you're using the Robusta UI, you can test alert routing by `Simulating an alert <https://platform.robusta.dev/simulate-alert/>`_.

The following attributes can be included in an ``include``/``excluded`` block:

Expand Down
Loading