Fix broken links with spaces in documentation

This commit is contained in:
Thorsten Sommer 2025-06-09 12:42:26 +02:00
parent c4823df975
commit ef515c4758
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@ Stay tuned for more updates and enhancements to make MindWork AI Studio even mor
You want to know how to build MindWork AI Studio from source? [Check out the instructions here](documentation/Build.md). You want to know how to build MindWork AI Studio from source? [Check out the instructions here](documentation/Build.md).
## Enterprise IT ## Enterprise IT
Do you want to manage AI Studio centrally from your IT department? Yes, thats possible. [Heres how it works.](documentation/Enterprise IT.md) Do you want to manage AI Studio centrally from your IT department? Yes, thats possible. [Heres how it works.](documentation/Enterprise%20IT.md)
## License ## License
MindWork AI Studio is licensed under the `FSL-1.1-MIT` license (functional source license). Heres a simple rundown of what that means for you: MindWork AI Studio is licensed under the `FSL-1.1-MIT` license (functional source license). Heres a simple rundown of what that means for you:

View File

@ -76,8 +76,8 @@ intranet.my-company.com:30100 {
## Example AI Studio configuration ## Example AI Studio configuration
The latest example of an AI Studio configuration via configuration plugin can always be found in the repository in the `app/MindWork AI Studio/Plugins/configuration` folder. Here are the links to the files: The latest example of an AI Studio configuration via configuration plugin can always be found in the repository in the `app/MindWork AI Studio/Plugins/configuration` folder. Here are the links to the files:
- [The icon](app/MindWork AI Studio/Plugins/configuration/icon.lua) - [The icon](app/MindWork%20AI%20Studio/Plugins/configuration/icon.lua)
- [The configuration with explanations](app/MindWork AI Studio/Plugins/configuration/plugin.lua) - [The configuration with explanations](app/MindWork%20AI%20Studio/Plugins/configuration/plugin.lua)
Currently, you can configure the following things: Currently, you can configure the following things:
- Any number of self-hosted LLM providers (a combination of server and model), but currently only without API keys - Any number of self-hosted LLM providers (a combination of server and model), but currently only without API keys