diff --git a/packages/ajax/stories/index.stories.mdx b/packages/ajax/stories/index.stories.mdx
index 0eca20597..53bee561f 100644
--- a/packages/ajax/stories/index.stories.mdx
+++ b/packages/ajax/stories/index.stories.mdx
@@ -7,7 +7,7 @@ import {
import { ajax } from '../src/ajax.js';
import { AjaxClass } from '../src/AjaxClass.js';
-
+
# Ajax
diff --git a/packages/intros/stories/lion-web-components.stories.mdx b/packages/intros/stories/lion-web-components.stories.mdx
index ddd91c5d9..7504f5868 100644
--- a/packages/intros/stories/lion-web-components.stories.mdx
+++ b/packages/intros/stories/lion-web-components.stories.mdx
@@ -72,5 +72,5 @@ If you need more details these are the actual npm packages we are publishing
| **-- Others --** | | |
| [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 |
-| [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 |
diff --git a/packages/intros/stories/others-intro.stories.mdx b/packages/intros/stories/others-intro.stories.mdx
index 91eacbcd0..9d362d9b5 100644
--- a/packages/intros/stories/others-intro.stories.mdx
+++ b/packages/intros/stories/others-intro.stories.mdx
@@ -10,6 +10,6 @@ Features not fitting any other category.
| 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 |
| [core](?path=/docs/others-system-core--page) | [](https://www.npmjs.com/package/@lion/core) | Core |