diff options
-rw-r--r-- | lib/src/runtime.ffi.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/runtime.ffi.mjs b/lib/src/runtime.ffi.mjs index 0994231..1d25d6f 100644 --- a/lib/src/runtime.ffi.mjs +++ b/lib/src/runtime.ffi.mjs @@ -26,7 +26,7 @@ export function morph(prev, curr, parent) { "[internal lustre error] I couldn't work out how to render this element. This", "function should only be called internally by lustre's runtime: if you think", "this is an error, please open an issue at", - "https://github.come/hayleigh-dot-dev/lustre/issues/new.", + "https://github.com/hayleigh-dot-dev/gleam-lustre/issues/new", ].join(" ") ); } |