From 0b0501a14d36c1035022be4196336fcff993f4ca Mon Sep 17 00:00:00 2001 From: Birgit Pauli-Haack Date: Tue, 23 Apr 2024 15:27:06 +0200 Subject: [PATCH] Fix branch in theme test blueprints (#40) closes #38 --- blueprints/theme-a11y-test/blueprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/theme-a11y-test/blueprint.json b/blueprints/theme-a11y-test/blueprint.json index f33b7ed..69a069b 100644 --- a/blueprints/theme-a11y-test/blueprint.json +++ b/blueprints/theme-a11y-test/blueprint.json @@ -21,14 +21,14 @@ "step": "importWxr", "file": { "resource": "url", - "url": "https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/trunk/a11y-theme-unit-test-data.xml" + "url": "https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml" } }, { "step": "importWxr", "file": { "resource": "url", - "url": "https://raw.githubusercontent.com/WordPress/theme-test-data/trunk/themeunittestdata.wordpress.xml" + "url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml" } }, {