fix: update broken ajax storybook link
This commit is contained in:
parent
73e3937e1f
commit
f731ade8f0
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ import {
|
||||||
import { ajax } from '../src/ajax.js';
|
import { ajax } from '../src/ajax.js';
|
||||||
import { AjaxClass } from '../src/AjaxClass.js';
|
import { AjaxClass } from '../src/AjaxClass.js';
|
||||||
|
|
||||||
<Meta title="Others/Fetch/Ajax" parameters={{ component: 'lion-ajax' }} />
|
<Meta title="Others/Ajax" parameters={{ component: 'lion-ajax' }} />
|
||||||
|
|
||||||
# Ajax
|
# Ajax
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,5 +72,5 @@ If you need more details these are the actual npm packages we are publishing
|
||||||
| **-- Others --** | | |
|
| **-- Others --** | | |
|
||||||
| [core](?path=/docs/deep-dives-core--page) | [](https://www.npmjs.com/package/@lion/core) | Core System (exports LitElement, lit-html) |
|
| [core](?path=/docs/deep-dives-core--page) | [](https://www.npmjs.com/package/@lion/core) | Core System (exports LitElement, lit-html) |
|
||||||
| [localize](?path=/docs/localize-localize--default-story) | [](https://www.npmjs.com/package/@lion/localize) | Localize and translate your application/components |
|
| [localize](?path=/docs/localize-localize--default-story) | [](https://www.npmjs.com/package/@lion/localize) | Localize and translate your application/components |
|
||||||
| [ajax](?path=/docs/fetch-ajax--default-story) | [](https://www.npmjs.com/package/@lion/ajax) | Fetching data via ajax request |
|
| [ajax](?path=/docs/others-ajax--default-story) | [](https://www.npmjs.com/package/@lion/ajax) | Fetching data via ajax request |
|
||||||
| [calendar](?path=/docs/calendar--default-story) | [](https://www.npmjs.com/package/@lion/calendar) | Standalone calendar |
|
| [calendar](?path=/docs/calendar--default-story) | [](https://www.npmjs.com/package/@lion/calendar) | Standalone calendar |
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,6 @@ Features not fitting any other category.
|
||||||
|
|
||||||
| Package | Version | Description |
|
| Package | Version | Description |
|
||||||
| --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------ |
|
| --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------ |
|
||||||
| [ajax](?path=/docs/others-fetch-ajax--default-story) | [](https://www.npmjs.com/package/@lion/ajax) | Ajax |
|
| [ajax](?path=/docs/others-ajax--default-story) | [](https://www.npmjs.com/package/@lion/ajax) | Ajax |
|
||||||
| [calendar](?path=/docs/others-calendar--default-story) | [](https://www.npmjs.com/package/@lion/calendar) | Calendar |
|
| [calendar](?path=/docs/others-calendar--default-story) | [](https://www.npmjs.com/package/@lion/calendar) | Calendar |
|
||||||
| [core](?path=/docs/others-system-core--page) | [](https://www.npmjs.com/package/@lion/core) | Core |
|
| [core](?path=/docs/others-system-core--page) | [](https://www.npmjs.com/package/@lion/core) | Core |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue