Skip to content

Commit e6440e5

Browse files
fix(blog): fix relative to absolute paths
1 parent 951f06d commit e6440e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blog/2022-11-14-1.0.0-release/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ It will let you select the latest release when opting for the version to install
1717
to [bugfixes, optimizations and minor features](https://github.com/orgs/conjoon/projects/3) across all projects where
1818
closed.
1919

20-
This release focuses on providing a stable frontend in conjunction with [**lumen-app-email**](./docs/api/backends/@conjoon/lumen-app-email).
20+
This release focuses on providing a stable frontend in conjunction with [**lumen-app-email**](/docs/api/backends/@conjoon/lumen-app-email).
2121

2222
Besides the features already introduced with the release candidates, the following features have been added:
2323

2424
#### Plugins
25-
- Plugin [**mail-internal-mailtohandler**](./docs/api/plugins/@conjoon/extjs-app-webmail/mail-internal-mailtohandler):
25+
- Plugin [**mail-internal-mailtohandler**](/docs/api/plugins/@conjoon/extjs-app-webmail/mail-internal-mailtohandler):
2626
Plugin for registering conjoon as the protocol handler for `mailto`-links
2727

2828
![](./img/mailtoprotocolhandler_2.png)
@@ -35,20 +35,20 @@ an instance of **lumen-app-email** running, use
3535
$ composer create-project conjoon/lumen-app-email {targetDir} {version}
3636
```
3737

38-
which will start the installation process. For more information, refer to the [**official guide**](./docs/api/backends/@conjoon/lumen-app-email#installation-1).
38+
which will start the installation process. For more information, refer to the [**official guide**](/docs/api/backends/@conjoon/lumen-app-email#installation-1).
3939

4040
![](./img/lumen-installer.png)
4141

4242
#### Docker Container
4343

44-
[**ddev-ms-email**](./docs/api/backends/@conjoon/ddev-ms-email) has been updated to utilize the installer of **lumen-app-email**
44+
[**ddev-ms-email**](/docs/api/backends/@conjoon/ddev-ms-email) has been updated to utilize the installer of **lumen-app-email**
4545
and additionally provides integration options for **conjoon** so that the container can be used for serving both the backend
4646
and the frontend.
4747

4848
```bash
4949
$ ddev create-conjoon
5050
```
5151

52-
will start the installation of **conjoon**. For more information, refer to the [**official guide**](./docs/api/backends/@conjoon/ddev-ms-email).
52+
will start the installation of **conjoon**. For more information, refer to the [**official guide**](/docs/api/backends/@conjoon/ddev-ms-email).
5353

5454

0 commit comments

Comments
 (0)