diff --git a/test/js/samples/src-attribute-check-in-foreign/expected.js b/test/js/samples/src-attribute-check-in-foreign/expected.js index 3d781b72d4..2eb4c0713c 100644 --- a/test/js/samples/src-attribute-check-in-foreign/expected.js +++ b/test/js/samples/src-attribute-check-in-foreign/expected.js @@ -18,8 +18,8 @@ function create_fragment(ctx) { return { c() { - svg = document.createElementNS("https://svelte.dev/docs#svelte_options", "svg"); - img = document.createElementNS("https://svelte.dev/docs#svelte_options", "img"); + svg = document.createElementNS("https://svelte.dev/docs#template-syntax-svelte-options", "svg"); + img = document.createElementNS("https://svelte.dev/docs#template-syntax-svelte-options", "img"); this.h(); }, l(nodes) {