Skip to content

Commit 5b03ec7

Browse files
author
Sebastian Sauerer
committed
fix: update broken links
1 parent 057766b commit 5b03ec7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

apps/about-apps/components/custom-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Custom Actions provide several key benefits:
3030
A custom action with an external integration is basically a webhook (POST) request to your defined system.
3131
You can either:
3232
1. Trigger some asynchronous processing in your system, or
33-
2. Update epilot data with an access token built from the permission/role you can define (see [Permissions](/apps/building-apps/configure-permissions)).
33+
2. Update epilot data with an access token built from the permission/role you can define (see [Permissions](/apps/about-apps/configure-permissions)).
3434

3535
The payload of the is the follinwg
3636
```json

apps/about-apps/components/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ This modular approach offers several key advantages:
2727

2828
epilot currently supports these component types:
2929

30-
### [Custom Journey Blocks](/apps/building-apps/components/custom-journey-block)
30+
### [Custom Journey Blocks](/apps/about-apps/components/custom-journey-block)
3131

3232
These web components integrate directly into epilot's Journey Builder, allowing you to create specialized elements for data collection, visualization, or process automation. Journey Blocks appear in the Journey Builder palette and can be placed anywhere in a customer journey flow.
3333

3434
```
3535
Use cases: Data collection forms, calculators, visualizations, third-party integrations
3636
```
3737

38-
### [Portal Extensions](/apps/building-apps/components/portal-extension)
38+
### [Portal Extensions](/apps/about-apps/components/portal-extension)
3939

4040
Portal Extensions enhance epilot's customer and installer portals with new sections, tools, or visualizations. They can be added to dashboards or specific sections to extend the portal's functionality with custom features.
4141

@@ -78,7 +78,7 @@ Ready to create your own component? Each component type has specific requirement
7878
<div className="card__body">
7979
<h3>Journey Blocks</h3>
8080
<p>Create interactive elements for epilot's Journey Builder</p>
81-
<a href="/apps/building-apps/components/custom-journey-block" className="button button--primary button--block">Start Building</a>
81+
<a href="/apps/about-apps/components/custom-journey-block" className="button button--primary button--block">Start Building</a>
8282
</div>
8383
</div>
8484
</div>
@@ -87,7 +87,7 @@ Ready to create your own component? Each component type has specific requirement
8787
<div className="card__body">
8888
<h3>Portal Extensions</h3>
8989
<p>Extend epilot's portals with custom functionality</p>
90-
<a href="/apps/building-apps/components/portal-extension" className="button button--primary button--block">Start Building</a>
90+
<a href="/apps/about-apps/components/portal-extension" className="button button--primary button--block">Start Building</a>
9191
</div>
9292
</div>
9393
</div>

apps/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Once public, you can continue developing new versions with enhanced features whi
6969
Ready to start your app development journey? Explore these resources:
7070

7171
- [Developer Sandbox Guide](/apps/getting-started/developer-sandbox) - Learn more about setting up your development environment
72-
- [Component Types](/apps/building-apps/components/overview) - Understand the different ways to extend epilot
72+
- [Component Types](/apps/about-apps/components/overview) - Understand the different ways to extend epilot
7373
- [Publishing Verification Process](/apps/publishing/verification-process) - Learn about the review process for publishing apps
7474

7575
By following this streamlined process, you'll be able to contribute valuable solutions to the epilot ecosystem and reach organizations throughout the energy industry.

apps/how-to-guides/build-a-custom-jb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar_position: 1
1111

1212
- Basic understanding about the concept of an App inside the epilot platform. See the [App documentation](/apps) for more information.
1313

14-
- Understand what a custom journey block is and how it works. See the [Custom Journey Block documentation](/apps/about-apps/components/custom-journey-block.md) for more information.
14+
- Understand what a custom journey block is and how it works. See the [Custom Journey Block documentation](/apps/about-apps/components/custom-journey-block) for more information.
1515

1616
### What we are building
1717

@@ -119,7 +119,7 @@ npm run dev
119119
### Step 2: Create the custom block in the App configuration
120120
The business logic/internals of the App do not matter for now. We start to focus on the actual development mode. In order to create your first App go to the App configuration and click on the `Add Component` button. Add the `bundle.js` file from the `dist` folder.
121121

122-
After you created the component, install the App initially (by selecting the `See how your app looks in the installation view` link in the top right corner of the App configuration builder), then enable the [development mode](https://docs.epilot.io/apps/building-apps/development-mode).
122+
After you created the component, install the App initially (by selecting the `See how your app looks in the installation view` link in the top right corner of the App configuration builder), then enable the [development mode](https://docs.epilot.io/apps/about-apps/development-mode).
123123

124124
**Why development mode?** If you don't enable this during development, you always need to create a new version and update the current installation to the newest version with your changes. This is tedious and takes a lot of time. The development mode always pushes the latest changes to the current installation.
125125

apps/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Whether you're looking to create a simple integration or build a comprehensive s
2828

2929
Apps on epilot consist of modular components that extend platform functionality in specific ways. Each component type addresses different integration needs and can be combined within a single app to create comprehensive solutions.
3030

31-
See the [App Components](/apps/building-apps/components/overview) section for detailed information on each component type.
31+
See the [App Components](/apps/about-apps/components/overview) section for detailed information on each component type.
3232

3333
### Current Component Types
3434

0 commit comments

Comments
 (0)