diff --git a/docs/PowerAuth-Push-Server-0.24.0.md b/docs/PowerAuth-Push-Server-0.24.0.md index 122e4976e..0d5ef99f6 100644 --- a/docs/PowerAuth-Push-Server-0.24.0.md +++ b/docs/PowerAuth-Push-Server-0.24.0.md @@ -39,4 +39,4 @@ public class UnirestConfiguration { ## Push Server Administration -In the latest version of Push Server, we decided to remove the web administration console, due to its simplicity. You can configure apps either via database by inserting values to the `push_app_credentials` table, or by calling [Administration API](./Push-Server-API.md#administration) +In the latest version of Push Server, we decided to remove the web administration console, due to its simplicity. You can configure apps either via database by inserting values to the `push_app_credentials` table, or by calling [Administration API](./Push-Server-API.md#administration). A new section regarding Push Server administration is [available in the documentation](./Push-Server-Administration.md).