Skip to content

Commit 08897a9

Browse files
committed
docs: fix markdown link to Production guide in networking user guide
Fixed the markdown syntax for the Production guide reference in networking.md and appended the proper link definition at the end of the file. Signed-off-by: Suchit Karunakaran <[email protected]>
1 parent e52b1fc commit 08897a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

g3doc/user_guide/networking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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 [Production guide][Production guide] for more.
1313

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

8888
[netstack]: /docs/architecture_guide/networking/
89+
[Production guide]: /docs/user_guide/production/

0 commit comments

Comments
 (0)