Skip to content

Commit 09ea093

Browse files
authored
Merge pull request #185474 from jonburchel/01-19-2022-improve-exit-rate-on-landing-page
Replace external links with internal ones to improve ExitRate
2 parents d1556e8 + 7e5726a commit 09ea093

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.openpublishing.redirection.data-factory.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,16 @@
2525
"redirect_url": "/azure/data-factory/transform-data-using-custom-activity",
2626
"redirect_document_id": false
2727
}
28+
,
29+
{
30+
"source_path_from_root": "/articles/data-factory/blog.md",
31+
"redirect_url": "https://techcommunity.microsoft.com/t5/Azure-Data-Factory/bg-p/AzureDataFactoryBlog",
32+
"redirect_document_id": false
33+
},
34+
{
35+
"source_path_from_root": "/articles/data-factory/pricing.md",
36+
"redirect_url": "https://azure.microsoft.com/pricing/details/data-factory/",
37+
"redirect_document_id": false
38+
}
2839
]
2940
}

articles/data-factory/index.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ landingContent:
2828
- text: Whitepapers
2929
url: ./whitepapers.md
3030
- text: Pricing
31-
url: https://azure.microsoft.com/pricing/details/data-factory/
31+
url: ./pricing.md
3232
- text: Understanding pricing through examples
3333
url: ./pricing-concepts.md
34-
- text: Recent feature updates
35-
url: https://azure.microsoft.com/updates/?tag=data-factory
3634
- text: ADF Blog
37-
url: https://techcommunity.microsoft.com/t5/Azure-Data-Factory/bg-p/AzureDataFactoryBlog
35+
url: ./blog.md
3836
- text: Request a feature
3937
url: /answers/topics/azure-data-factory.html
4038
- title: Get started

0 commit comments

Comments
 (0)