Skip to content

Commit

Permalink
fix link to api example
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
  • Loading branch information
d00p committed Dec 24, 2023
1 parent 597b38a commit 88f0b8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The result should then look somewhat like this (removed headers and actual data
## 4. Usage with PHP

In the froxlor repository, we provide an example class / curl-wrapper to work with the API.
See [https://github.com/Froxlor/Froxlor/tree/master/doc/example](https://github.com/Froxlor/Froxlor/tree/master/doc/example)
See [https://github.com/Froxlor/Froxlor/tree/main/doc/example](https://github.com/Froxlor/Froxlor/tree/main/doc/example)

## 5. Response structure/layout

Expand Down
16 changes: 8 additions & 8 deletions general/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
## 1. Requirements

::: warning NOTE
Due to froxlor relying on configurations to integrate itself to the system (mail-, ftp-, webserver-services) we recommend installing on one of the supported distributions: __Debian__ or __Ubuntu__.
Due to froxlor relying on configurations to integrate itself to the system (mail-, ftp-, webserver-services) we
recommend installing on one of the supported distributions: __Debian__ or __Ubuntu__.
:::


| Component | Info |
|---------------|---------------------------------------------------------------------:|
| Webserver | apache2, nginx |
| PHP | 7.4 up to 8.2 |
| PHP extension | session, ctype, xml, filter, posix, mbstring, curl, gmp, gnupg, json |
| Database | MySQL-5.7+ / MariaDB 10.3+ |
| Component | Info |
|---------------|--------------------------------------------------------------:|
| Webserver | apache2, nginx |
| PHP | 7.4 up to 8.2 |
| PHP extension | session, ctype, xml, filter, posix, mbstring, curl, gmp, json |
| Database | MySQL-5.7+ / MariaDB 10.3+ |

## 2. Installation methods

Expand Down

0 comments on commit 88f0b8b

Please sign in to comment.