Skip to content

Commit

Permalink
Merge pull request #89 from embrace-io/vitaliyf/redirect-old-dpa
Browse files Browse the repository at this point in the history
Added a redirect from a very old DPA link.
  • Loading branch information
vitaliyf authored Nov 21, 2024
2 parents 13f7386 + f311108 commit 98e15a2
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 98e15a2

Please sign in to comment.