Skip to content

Commit 4c47970

Browse files
authored
fixed example hyperlinks to be valid (#4508)
1 parent 7e49563 commit 4c47970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/molgenis-components/src/components/forms/FormInput.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,9 @@ export default {
523523
emailValue: "bla@molgenis.org",
524524
emailValueInplace: "bla@molgenis.org",
525525
emailValueArray: ["bla@molgenis.org", "asd@molgenis.org"],
526-
hyperlinkValue: "www.molgenis.org",
527-
hyperlinkValueInplace: "www.molgenis.org",
528-
hyperlinkValueArray: ["www.molgenis.org", "molgenis.org"],
526+
hyperlinkValue: "https://molgenis.org",
527+
hyperlinkValueInplace: "https://molgenis.org",
528+
hyperlinkValueArray: ["https://molgenis.org", "https://www.molgenis.org"],
529529
ontologyValue: null,
530530
ontologyArrayValue: [],
531531
dateValue: null,

0 commit comments

Comments
 (0)