@@ -18,7 +18,7 @@ Roundcube Webmail is a browser-based multilingual IMAP client with an
1818application-like user interface. It provides full functionality you expect
1919from an email client, including MIME support, address book, folder management,
2020message searching and spell checking. Roundcube Webmail is written in PHP and
21- requires the MariaDB, MySQL, PostgreSQL or SQLite database. With its plugin API it
21+ requires the MariaDB, MySQL, PostgreSQL or SQLite database. With its plugin API it
2222is easily extendable and the user interface is fully customizable using skins.
2323
2424The code designed to run on a webserver is mainly written in PHP and Javascript.
@@ -29,17 +29,17 @@ and requires a set of external libraries (see composer.json and jsdeps.json file
2929RELEASES
3030--------
3131
32- Roundcubemail follows the semantic versioning rules for releases. For more details please read [ the RELEASE_MANAGEMENT
33- file] ( RELEASE_MANAGEMENT.md ) .
32+ Roundcubemail follows the semantic versioning rules for releases. For more details please read
33+ [ the RELEASE_MANAGEMENT file] ( docs/ RELEASE_MANAGEMENT.md) .
3434
3535
3636INSTALLATION
3737------------
3838For detailed instructions on how to install Roundcube webmail on your server,
39- please refer to the INSTALL document in the same directory as this document.
39+ please refer to the [ INSTALL.md ] ( docs/INSTALL.md ) document in the same directory as this document.
4040
4141If you're updating an older version of Roundcube please follow the steps
42- described in the UPGRADING file.
42+ described in the [ UPGRADING.md ] ( docs/UPGRADING.md ) file.
4343
4444
4545BROWSER SUPPORT
0 commit comments