Skip to content

Commit

Permalink
Added a redirect from a very old DPA link.
Browse files Browse the repository at this point in the history
I found a link to https://docs.embrace.io/docs/gdpr-data-processing-addendum-dpa in some old PDF documents, so this redirect should make that link work again.
  • Loading branch information
vitaliyf authored Nov 21, 2024
1 parent fbcb42c commit f311108
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ const config: Config = {
"@docusaurus/plugin-client-redirects",
{
redirects: [
{
to: "/dpa/",
from: "/gdpr-data-processing-addendum-dpa/",
},
{
to: "/ios/open-source/upgrade-guide/#moments-have-been-replaced-by-traces",
from: "/ios/open-source/moments-to-tracing/",
Expand Down

0 comments on commit f311108

Please sign in to comment.