From acf57f02521de78ff372cbc7a39abebc78adc364 Mon Sep 17 00:00:00 2001 From: Haseeb Qureshie <76216657+AtibQur@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:45:55 +0100 Subject: [PATCH] Linking back to networking guide (#187) --- .../src/content/docs/12-reference/00-CheerpX-Linux-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/cheerpx/src/content/docs/12-reference/00-CheerpX-Linux-create.md b/sites/cheerpx/src/content/docs/12-reference/00-CheerpX-Linux-create.md index a3eedd95..49f192a9 100644 --- a/sites/cheerpx/src/content/docs/12-reference/00-CheerpX-Linux-create.md +++ b/sites/cheerpx/src/content/docs/12-reference/00-CheerpX-Linux-create.md @@ -76,6 +76,6 @@ const cx = await CheerpX.Linux.create({ networkInterface?: NetworkInterface; ``` -This option configures network settings, which allows CheerpX to communicate over networks. +This option configures network settings, which allows CheerpX to communicate over networks. For more detailed information about how CheerpX handles networking, including the use of Tailscale and overcoming browser limitations, see the [Networking](/docs/guides/Networking) guide. [Promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise