Skip to content

Commit 8d0454e

Browse files
committed
Merge pull request #12044 from suchit07-git:docs/fix-production-guide-link
PiperOrigin-RevId: 795566729
2 parents 9f4ea59 + 08897a9 commit 8d0454e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

g3doc/user_guide/networking.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ network stack. Data link layer packets are written directly to the virtual
99
device inside the network namespace setup by Docker or Kubernetes.
1010

1111
Configuring the network stack may provide performance benefits, but isn't the
12-
only step to optimizing gVisor performance. See the [Production guide] for more.
12+
only step to optimizing gVisor performance. See the
13+
[Production guide][Production guide] for more.
1314

1415
The IP address and routes configured for the device are transferred inside the
1516
sandbox. The loopback device runs exclusively inside the sandbox and does not
@@ -86,3 +87,4 @@ Offload (GSO) to run with a kernel that is newer than 3.17. Add the
8687
```
8788

8889
[netstack]: /docs/architecture_guide/networking/
90+
[Production guide]: /docs/user_guide/production/

0 commit comments

Comments
 (0)