From 43d9d1b2b34064b12e59d9ebea1180f838a30f2f Mon Sep 17 00:00:00 2001
From: eviau-artefactual <eviau@artefactual.com>
Date: Fri, 1 Mar 2024 13:09:09 -0500
Subject: [PATCH 1/2] Add Transifex: not currently working on it

---
 conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf.py b/conf.py
index b671dcc0..37d9f9f1 100644
--- a/conf.py
+++ b/conf.py
@@ -374,5 +374,6 @@
     r'([(http:)(https:)]*(\/\/)*(192.168.168.192)(:)*[\d]*)',
     'http://example.archivematica.org',
     'http://myAtoM.ca',
+    'https://www.transifex.com/artefactual/archivematica/',
     r'([(http:)(https:)]*(\/\/)[\S]*(.)*(github.com)([\s\S])*((.md)[#][\w-]*))',
 ]

From 5d0a89e388db4183aab4a491d1f460a507ef7a45 Mon Sep 17 00:00:00 2001
From: eviau-artefactual <eviau@artefactual.com>
Date: Fri, 1 Mar 2024 13:11:07 -0500
Subject: [PATCH 2/2] Ignore TRAC URL: this will be removed in 1.16

---
 conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf.py b/conf.py
index 37d9f9f1..9b5a9dc1 100644
--- a/conf.py
+++ b/conf.py
@@ -376,4 +376,5 @@
     'http://myAtoM.ca',
     'https://www.transifex.com/artefactual/archivematica/',
     r'([(http:)(https:)]*(\/\/)[\S]*(.)*(github.com)([\s\S])*((.md)[#][\w-]*))',
+    'https://www.archivematica.org/download/trac.tar.gz',
 ]