···114114 initServer(logger, appLoggerStream, output, scrobbleSources, scrobbleClients);
115115116116 if(process.env.IS_LOCAL === 'true') {
117117- logger.info('multi-scrobbler can be run as a background service! See: https://foxxmd.github.io/multi-scrobbler/docs/installation/service');
117117+ logger.info('multi-scrobbler can be run as a background service! See: https://docs.multi-scrobbler.app/installation/service');
118118 }
119119120120 if(appConfigFail !== undefined) {
+1-1
src/backend/server/index.ts
···5959 dockerHint = stripIndents`
6060 --- HINT ---
6161 MS is likely being run in a container with BRIDGE networking which means the above addresses are not accessible from outside this container.
6262- To ensure the container is accessible make sure you have mapped the *container* port ${port} to a *host* port. https://foxxmd.github.io/multi-scrobbler/docs/installation#networking
6262+ To ensure the container is accessible make sure you have mapped the *container* port ${port} to a *host* port. https://docs.multi-scrobbler.app/installation/?dockerSetting=networking#recommended-settings
6363 The container will then be accessible at http://HOST_MACHINE_IP:HOST_PORT${localDefined ? ` (or ${local} since you defined this!)` : ''}
6464 --- HINT ---
6565 `;
···139139140140### Rules and Hooks
141141142142-[Add your Stage](https://foxxmd.github.io/multi-scrobbler/configuration/transforms/#stage) to a Source or Client by specifying it in a [Hook](/configuration/transforms/#hook):
142142+[Add your Stage](/configuration/transforms/#stage) to a Source or Client by specifying it in a [Hook](/configuration/transforms/#hook):
143143144144```json5 title="subsonic.json"
145145[
···66 /**
77 * URL:PORT of the VLC server to connect to
88 *
99- * To use this you must have the Web (http) interface module enabled and a password set https://foxxmd.github.io/multi-scrobbler/docs/configuration#vlc
99+ * To use this you must have the Web (http) interface module enabled and a password set
1010 *
1111 * @examples ["localhost:8080"]
1212 * @default "localhost:8080"