From 859b16a787556ee5202cefabb73b25808e0d2de4 Mon Sep 17 00:00:00 2001 From: felix920506 Date: Tue, 10 Sep 2024 21:48:57 +0800 Subject: [PATCH] formatting --- docs/general/testing/web/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/general/testing/web/index.md b/docs/general/testing/web/index.md index 22f507cd3..fbdd06113 100644 --- a/docs/general/testing/web/index.md +++ b/docs/general/testing/web/index.md @@ -21,10 +21,8 @@ Each PR of [Jellyfin Web](https://github.com/jellyfin/jellyfin-web) and [Jellyfi 3. Clicking on the link in the comment will open an instance of the client you are testing. For Jellyfin Web, it will be linked automatically to our demo server. For Jellyfin Vue, you can connect to the demo server with this address: `https://demo.jellyfin.org/unstable/`. The credentials will be provided on the login page. -If you wish to connect to a different server, click the `Change Server` button in the apps at the login screen. Alternatively, enter a different server address in Jellyfin Vue when first prompted to add a server. + If you wish to connect to a different server, click the `Change Server` button in the apps at the login screen. Alternatively, enter a different server address in Jellyfin Vue when first prompted to add a server. :::caution - Using a development version of clients may lead to data corruption or loss on the server. Please use a dedicated test server and make regular backups of Jellyfin files. [Read More](/docs/general/administration/configuration#server-paths) - :::