We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9be348 commit 4e923e0Copy full SHA for 4e923e0
snooty/util.py
@@ -334,7 +334,7 @@ def get(
334
url_netloc = urllib.parse.urlparse(url).netloc
335
is_raw_gh_content_url = url_netloc == "raw.githubusercontent.com"
336
target_url = (
337
- f"https://docs-frontend-stg.netlify.app/.netlify/functions/fetch-url?url={url}"
+ f"https://populate-data-extension.netlify.app/.netlify/functions/fetch-url?url={url}"
338
if is_raw_gh_content_url
339
else url
340
)
0 commit comments