diff --git a/content/admin/enterprise-management/upgrading-github-enterprise-server.md b/content/admin/enterprise-management/upgrading-github-enterprise-server.md index 51490b412df5..e1bedb0e8b76 100644 --- a/content/admin/enterprise-management/upgrading-github-enterprise-server.md +++ b/content/admin/enterprise-management/upgrading-github-enterprise-server.md @@ -49,7 +49,7 @@ There are two types of snapshots: | Platform | Snapshot method | Snapshot documentation URL | |---|---|---| | Amazon AWS | Disk | -| Azure | VM | +| Azure | VM | | Hyper-V | VM | | Google Compute Engine | Disk | | VMware | VM | diff --git a/contributing/content-style-guide.md b/contributing/content-style-guide.md index d659f143e87d..f103bf3dcbc0 100644 --- a/contributing/content-style-guide.md +++ b/contributing/content-style-guide.md @@ -342,7 +342,7 @@ Microsoft Style Guide: ## Voice and tone -Use clear, simple language that’s approachable and accessible for a wide range of readers. For more information, see “[Voice](https://brand.github.com/content/voice)” in GitHub’s Brand Guide. To learn more about writing approachable content, see “[Microsoft's brand voice: Above all, simple and human](https://docs.microsoft.com/en-us/style-guide/brand-voice-above-all-simple-human) and “[Top 10 tips for Microsoft style and voice](https://docs.microsoft.com/style-guide/top-10-tips-style-voice).” +Use clear, simple language that’s approachable and accessible for a wide range of readers. For more information, see “[Voice](https://brand.github.com/content/voice)” in GitHub’s Brand Guide. To learn more about writing approachable content, see “[Microsoft's brand voice: Above all, simple and human](https://docs.microsoft.com/style-guide/brand-voice-above-all-simple-human) and “[Top 10 tips for Microsoft style and voice](https://docs.microsoft.com/style-guide/top-10-tips-style-voice).” ## Word choice and terminology diff --git a/tests/rendering/server.js b/tests/rendering/server.js index 2b588df6b57d..1abf4842b52d 100644 --- a/tests/rendering/server.js +++ b/tests/rendering/server.js @@ -354,7 +354,7 @@ describe('server', () => { test('articles that link to external links that contain /articles/ are not rewritten', async () => { const $ = await getDOM(`${latestEnterprisePath}/admin/installation/upgrading-github-enterprise-server`) - expect($('article a[href="https://azure.microsoft.com/en-us/documentation/articles/backup-azure-vms/"]').length).toBe(1) + expect($('article a[href="https://docs.microsoft.com/azure/backup/backup-azure-vms-first-look-arm"]').length).toBe(1) }) })