docs: Update edx.rtd.io links to docs.openedx.org

This commit is contained in:
sarina
2025-03-29 11:16:20 -04:00
committed by Sarina Canelake
parent 61879b8caf
commit 1e3074a3f9
36 changed files with 99 additions and 99 deletions

View File

@@ -5,7 +5,7 @@ rules:
# https://github.com/returntocorp/semgrep/issues/8608
#
# Here's the intended URL, for reference:
# https://edx.readthedocs.io/projects/edx-django-utils/en/latest/monitoring/how_tos/add_code_owner_custom_attribute_to_an_ida.html#handling-celery-tasks
# https://docs.openedx.org/projects/edx-django-utils/en/latest/monitoring/how_tos/add_code_owner_custom_attribute_to_an_ida.html#handling-celery-tasks
message: |
Celery tasks need to be decorated with `@set_code_owner_attribute`
(from the `edx_django_utils.monitoring` module) in order for us
@@ -13,7 +13,7 @@ rules:
For more information, see the Celery section of "Add Code_Owner
Custom Attributes to an IDA" in the Monitoring How-Tos of
<https://edx.readthedocs.io/projects/edx-django-utils>.
<https://docs.openedx.org/projects/edx-django-utils/en/latest/>.
languages:
- python
patterns:
@@ -68,7 +68,7 @@ rules:
For more information, see the Celery section of "Add Code_Owner
Custom Attributes to an IDA" in the Monitoring How-Tos of
<https://edx.readthedocs.io/projects/edx-django-utils>.
<https://docs.openedx.org/projects/edx-django-utils/en/latest/>.
languages:
- python
patterns: