diff options
author | 2021-08-25 16:58:59 +0200 | |
---|---|---|
committer | 2021-08-25 16:58:59 +0200 | |
commit | c3cb8c9e47a7ba2ef89021ec79563014a7c56b0b (patch) | |
tree | e81614a272d6d9a08610217b481b09e40c42f59c | |
parent | Merge pull request #560 from python-discord/mbaruh/cj-links (diff) | |
parent | Update pydis_site/templates/home/timeline.html (diff) |
Merge pull request #565 from ethansocal/main
Fix data reviews URL
-rw-r--r-- | pydis_site/templates/home/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index d9069aca..b404d6c0 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -111,7 +111,7 @@ pretty much as soon as our new bot and site starts collecting some data. To this day, we keep <a href="https://pythondiscord.com/pages/privacy/">our privacy policy</a> up to date with all changes, and since April 2020 we've started doing <a - href="https://pythondiscord.com/pages/data-reviews/">monthly data reviews</a>.</p> + href="https://pythondiscord.notion.site/6784e3a9752444e89d19e65fd4510d8d">monthly data reviews</a>.</p> <div class="flex justify-between items-center"> <span class="cd-timeline__date">May 21st, 2018</span> |