Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken link to actions in installers Introduction.md #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installers/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Installers are the way to automate the installation of the software
Introduced in Bottles 2022.2.14, installers are set of rules which Bottles uses
to automate the installation of the softwares. They define the required
dependencies, tweaks and other things to install a software. We call them
Actions and they are defined in the [Actions](/installers/Actions) section.
Actions and they are defined in the [Actions](/installers/structure/Actions) section.

## How Bottles handles installers?
Bottles is not just another wineprefix manager, it comes with a set of
Expand Down Expand Up @@ -40,4 +40,4 @@ Let's take some examples:

This does not mean that you cannot create installers for programs that work
out of the box but that you need to consider whether you will have the time to
keep them up to date and therefore worth it.
keep them up to date and therefore worth it.