Skip to content

Commit ddf76dd

Browse files
committed
Fix example static asset URL in CONTRIBUTING.md
1 parent fcbaf0f commit ddf76dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For example, if you want to load `a content-export.xml` file and your branch is
2929
"step": "importWxr",
3030
"file": {
3131
"resource": "url",
32-
"url": "https://raw.githubusercontent.com/adamziel/blueprints/woocommerce-subscriptions/content-export.xml"
32+
"url": "https://raw.githubusercontent.com/adamziel/blueprints/woocommerce-subscriptions/blueprints/woocommerce-subscriptions/content-export.xml"
3333
}
3434
}
3535
]

0 commit comments

Comments
 (0)