From b8e0a47f56ca0863ec104aeee600164f6a7212e0 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 14 Feb 2017 13:29:32 -0800 Subject: [PATCH] Adding master redirection file --- .openpublishing.redirection.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .openpublishing.redirection.json diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json new file mode 100644 index 0000000000..ae1ed7e67c --- /dev/null +++ b/.openpublishing.redirection.json @@ -0,0 +1,14 @@ +{ + "redirections": [ + { + "source_path": "keep-secure/create-edp-policy-using-intune.md", + "redirect_url": "https://technet.microsoft.com/itpro/windows/keep-secure/create-wip-policy-using-intune", + "redirect_document_id": true + }, + { + "source_path": "keep-secure/create-edp-policy-using-sccm.md", + "redirect_url": "windows/keep-secure/create-wip-policy-using-sccm", + "redirect_document_id": false + } + ] +} \ No newline at end of file