Skip to content

Commit 377f74d

Browse files
committed
links
1 parent bd38c1e commit 377f74d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MyApp/_pages/releases/v6_06.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ mount('#counter', Counter)
518518
<div></div>
519519
520520
Both methods create components with access to all your Shared Components and any 3rd Party Plugins which
521-
we can preview in this example that uses **@servicestack/vue's** [PrimaryButton ](/vue/gallery/navigation#primarybutton)
521+
we can preview in this example that uses **@servicestack/vue's** [PrimaryButton ](/vue/navigation#primarybutton)
522522
and [ModalDialog](/vue/modals) components:
523523
524524
<div></div>
@@ -903,7 +903,7 @@ This metadata information is also available to [AutoForm components](/vue/autofo
903903
904904
### TagInput
905905
906-
**[TagInput component](/vue/gallery/taginput)** provides a user friendly control for managing a free-form `List<string>` tags or symbols
906+
**[TagInput component](/vue/taginput)** provides a user friendly control for managing a free-form `List<string>` tags or symbols
907907
which is also supported in declarative Auto Forms using the `[Input(Type="tag")]` attribute as seen in the
908908
**UpdateContact** example above using the [AutoForm components](/vue/autoform).
909909
@@ -946,7 +946,7 @@ Alternatively `<TagInput>` can be used in Custom Forms directly by binding to a
946946
947947
### Autocomplete
948948
949-
**[Autocomplete component](/vue/gallery/autocomplete)** provides a user friendly Input for being able to search and quickly select items
949+
**[Autocomplete component](/vue/autocomplete)** provides a user friendly Input for being able to search and quickly select items
950950
with support for partial items view and infinite scrolling.
951951
952952
<a href="/vue/gallery/autocomplete"><img class="max-w-[571px]" src="/img/pages/release-notes/v6.6/autocomplete-examples.png"></a>

MyApp/_pages/releases/v6_07.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ display an ordered list of Key/Value pairs.
12761276

12771277
### TagInput with allowable values
12781278

1279-
The [TagInput](/vue/gallery/taginput) has also gained the ability to select from a list of options, e.g:
1279+
The [TagInput](/vue/taginput) has also gained the ability to select from a list of options, e.g:
12801280

12811281
```html
12821282
<div class="shadow sm:rounded-md bg-white dark:bg-black">
@@ -1344,7 +1344,7 @@ ScriptContext.Args[nameof(AppData)] = new AppData {
13441344

13451345
### Tabs
13461346

1347-
The [Tabs](/vue/gallery/navigation) component lets you switch between different Vue components from a object component dictionary where the **Key** is used for the Tab's label and URL param and the **Value** component for the tab body.
1347+
The [Tabs](/vue/navigation) component lets you switch between different Vue components from a object component dictionary where the **Key** is used for the Tab's label and URL param and the **Value** component for the tab body.
13481348

13491349
```html
13501350
<script setup>

0 commit comments

Comments
 (0)