From 2139f864b87304671fdabeb606eae84607d83e89 Mon Sep 17 00:00:00 2001 From: Jon Imperiosi Date: Wed, 18 May 2022 08:03:43 -0700 Subject: [PATCH] Updating links to the "Load GPT from recommended host" audit documentation. Resolves #344. PiperOrigin-RevId: 449483752 --- docs/audits/loads-ad-tag-over-https.md | 4 ++-- docs/audits/tag-load-time.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/audits/loads-ad-tag-over-https.md b/docs/audits/loads-ad-tag-over-https.md index 1c0d227a..221b0e78 100644 --- a/docs/audits/loads-ad-tag-over-https.md +++ b/docs/audits/loads-ad-tag-over-https.md @@ -5,8 +5,8 @@ Ensures that ad tag library scripts are being requested securely. This not only provides better security for your users, it also improves performance. Since ad requests issued by GPT always use HTTPS, loading the library itself from the -[recommended host](./loads-gpt-from-sgdn.md) via HTTPS ensures that the browser -only needs to open 1 connection for all requests related to ad serving. +[recommended host](./loads-gpt-from-official-source.md) via HTTPS ensures that the +browser only needs to open 1 connection for all requests related to ad serving. Note: This should only fail on non-secure websites, as most secure websites will diff --git a/docs/audits/tag-load-time.md b/docs/audits/tag-load-time.md index 5ba25711..2f876cc8 100644 --- a/docs/audits/tag-load-time.md +++ b/docs/audits/tag-load-time.md @@ -19,7 +19,7 @@ this time: * [Avoid render-blocking resources](./ad-render-blocking-resources.md) * [Load ad scripts statically](./script-injected-tags.md) * [Load ad tag asynchronously](./async-ad-tags.md) -* [Load GPT from recommended host](./loads-gpt-from-sgdn.md) +* [Load GPT from recommended host](./loads-gpt-from-official-source.md) ## More information