diff --git a/docs/develop/overview.mdx b/docs/develop/overview.mdx index 75efd0b997..ac74c8b583 100644 --- a/docs/develop/overview.mdx +++ b/docs/develop/overview.mdx @@ -83,7 +83,7 @@ Take your first steps in DApps development with a comprehensive DApps building g - [TON Hello World: Step by step guide for building your first web client](https://ton-community.github.io/tutorials/03-client/) - [Telegram bot integration via TON Connect](/develop/dapps/ton-connect/tg-bot-integration) -### SDKs and Examples +### APIs and SDKs * [APIs](/develop/dapps/apis) * [SDKs](/develop/dapps/apis/sdk) diff --git a/docs/participate/run-nodes/full-node.mdx b/docs/participate/run-nodes/full-node.mdx index 35914c84ab..3f6ae15487 100644 --- a/docs/participate/run-nodes/full-node.mdx +++ b/docs/participate/run-nodes/full-node.mdx @@ -573,7 +573,7 @@ It should allow incoming connections on one specific port and outgoing connectio ### Validator console is not settings -If you encounter this error, it indicates that you are running `MyTonCtrl` from a user other than the one you used for the installation. +If you encounter the `Validator console is not settings` error, it indicates that you are running `MyTonCtrl` from a user other than the one you used for the installation. :::tip Solution Run `MyTonCtrl` from the user you've installed it (non-root sudo user).