Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 7, 2023
1 parent b09c2d5 commit 1beed88
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion MyApp/_pages/creatorkit/portal-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class SimpleTextEmail : CreateEmailBase, IPost, IReturn<MailMessage>

### Email UI

Which are rendered using the [Vue AutoForm component](https://docs.servicestack.net/vue//autoform) from the API
Which are rendered using the [Vue AutoForm component](https://docs.servicestack.net/vue/autoform) from the API
definition where the `SimpleTextEmail` Request DTO renders the new Email UI:

![](/img/pages/creatorkit/portal-messages-simple.png)
Expand Down
4 changes: 2 additions & 2 deletions MyApp/_pages/creatorkit/portal-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ the current working database is always snappy and clear of clutter.
## Posts Admin

The **Manage Posts** section is for managing and moderating your website's post comments with
most menu items manages data in different Tables using [AutoQueryGrid](https://docs.servicestack.net/vue//autoquerygrid)
and custom [AutoForm](https://docs.servicestack.net/vue//autoform) components.
most menu items manages data in different Tables using [AutoQueryGrid](https://docs.servicestack.net/vue/autoquerygrid)
and custom [AutoForm](https://docs.servicestack.net/vue/autoform) components.
2 changes: 1 addition & 1 deletion MyApp/_pages/creatorkit/portal-posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 9
group: Portal
---

The **Manage Posts** section provides editable [AutoQuery Grid components](https://docs.servicestack.net/vue//autoquerygrid)
The **Manage Posts** section provides editable [AutoQuery Grid components](https://docs.servicestack.net/vue/autoquerygrid)
to manage all the RDBMS tables used to implement CreatorKit's comment system like **Threads** which manages the `Thread`
table which supports adding Thread comments to every unique URL:

Expand Down
18 changes: 9 additions & 9 deletions MyApp/_posts/2023-02-01_javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ mount('#counter', Counter)

Both methods create components with access to all your Shared Components and any 3rd Party Plugins which
we can preview in this example that uses **@servicestack/vue**'s
[PrimaryButton](https://docs.servicestack.net/vue//navigation#primarybutton)
and [ModalDialog](https://docs.servicestack.net/vue//modals):
[PrimaryButton](https://docs.servicestack.net/vue/navigation#primarybutton)
and [ModalDialog](https://docs.servicestack.net/vue/modals):


```js
Expand Down Expand Up @@ -231,7 +231,7 @@ VS Code extension to provide syntax highlighting and an enhanced authoring exper

### useClient

[useClient()](https://docs.servicestack.net/vue//use-client) provides managed APIs around the `JsonServiceClient`
[useClient()](https://docs.servicestack.net/vue/use-client) provides managed APIs around the `JsonServiceClient`
instance registered in Vue App's with:

```js
Expand Down Expand Up @@ -406,7 +406,7 @@ Input Components are able to automatically apply contextual validation errors ne
### AutoForm Components

We can elevate our productivity even further with
[Auto Form Components](https://docs.servicestack.net/vue//autoform) that can automatically generate an
[Auto Form Components](https://docs.servicestack.net/vue/autoform) that can automatically generate an
instant API-enabled form with validation binding by just specifying the Request DTO you want to create the form of, e.g:

```html
Expand All @@ -415,7 +415,7 @@ instant API-enabled form with validation binding by just specifying the Request

<auto-create-form type="CreateBooking" form-style="card"></auto-create-form>

The AutoForm components are powered by your [App Metadata](https://docs.servicestack.net/vue//use-appmetadata) which allows creating
The AutoForm components are powered by your [App Metadata](https://docs.servicestack.net/vue/use-appmetadata) which allows creating
highly customized UIs from [declarative C# attributes](https://docs.servicestack.net/locode/declarative) whose customizations are
reused across all ServiceStack Auto UIs, including:

Expand All @@ -425,12 +425,12 @@ reused across all ServiceStack Auto UIs, including:

### Form Input Components

In addition to including Tailwind versions of the standard [HTML Form Inputs](https://docs.servicestack.net/vue//form-inputs) controls to create beautiful Tailwind Forms,
In addition to including Tailwind versions of the standard [HTML Form Inputs](https://docs.servicestack.net/vue/form-inputs) controls to create beautiful Tailwind Forms,
it also contains a variety of integrated high-level components:

- [FileInput](https://docs.servicestack.net/vue//fileinput)
- [TagInput](https://docs.servicestack.net/vue//taginput)
- [Autocomplete](https://docs.servicestack.net/vue//autocomplete)
- [FileInput](https://docs.servicestack.net/vue/fileinput)
- [TagInput](https://docs.servicestack.net/vue/taginput)
- [Autocomplete](https://docs.servicestack.net/vue/autocomplete)

### useAuth

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_posts/2023-07-17_razor-press.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ A **500+** pages documentation website ported from VitePress, which prompted the
experiencing issues with VitePress's SSR/SPA model whose workaround became too time consuming to maintain.

The new Razor SSG implementation now benefits from Razor Pages flexible layouts and partials where pages can be optionally
implemented in just markdown, Razor or a hybrid mix of both. The [Vue](https://docs.servicestack.net/vue//) splash page is an example of this implemented in a custom
implemented in just markdown, Razor or a hybrid mix of both. The [Vue](https://docs.servicestack.net/vue/) splash page is an example of this implemented in a custom
[/Vue/Index.cshtml](https://github.com/NetCoreTemplates/razor-press/blob/main/MyApp/Pages/Vue/Index.cshtml) Razor Page.

<div class="not-prose mt-8 grid grid-cols-2 gap-4">
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_posts/2023-08-23_razor-ssg-new-blog-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ to our website end up being rolled into the Razor SSG Project Template for every

This latest release brings a number of features and enhancements to improve Razor SSG usage as a Blogging Platform -
a primary use-case we're focused on as we pen our [22nd Blog Post for the year](/posts/year/2023) with improvements
in both discoverability and capability of blog posts:
in both discoverability and capability of blog posts:~~~~

### RSS Feed

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_videos/apis/video4.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ In this walkthrough, we explore the `FilesUploadFeature` plugin and a demo FileB

The plugin is a powerful tool that adds managed file uploads to your ServiceStack App, seamlessly integrating
with any ServiceStack service, including AutoQuery services and [Locode](/auto-ui#locode) built-in UI
and [Vue AutoQueryGrid](https://docs.servicestack.net/vue//autoquerygrid) and
and [Vue AutoQueryGrid](https://docs.servicestack.net/vue/autoquerygrid) and
[Blazor Component Library](https://blazor-gallery.servicestack.net/gallery).

0 comments on commit 1beed88

Please sign in to comment.