From d96af3b005d21a9325154c2dcf0093fddacec91f Mon Sep 17 00:00:00 2001 From: edwardxml <56691903+edwardxml@users.noreply.github.com> Date: Tue, 16 Feb 2021 22:20:49 +0000 Subject: [PATCH] docs: convert bogus example link to code Convert the bogus example plex url from a url that is auto created to code format that hopefully isn't. --- docs/content/cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/cache.md b/docs/content/cache.md index c2d6f7de9..c18ab19e1 100644 --- a/docs/content/cache.md +++ b/docs/content/cache.md @@ -205,7 +205,7 @@ These URLs are used by Plex internally to connect to the Plex server securely. The format for these URLs is the following: -https://ip-with-dots-replaced.server-hash.plex.direct:32400/ +`https://ip-with-dots-replaced.server-hash.plex.direct:32400/` The `ip-with-dots-replaced` part can be any IPv4 address, where the dots have been replaced with dashes, e.g. `127.0.0.1` becomes `127-0-0-1`.