Skip to content

Commit 17fefcc

Browse files
committed
Internal change.
PiperOrigin-RevId: 842363680
1 parent 63343ff commit 17fefcc

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

g3doc/user_guide/filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ Docker configuration (`/etc/docker/daemon.json`) and restart the Docker daemon:
113113
}
114114
```
115115

116-
[Production guide]: ../production/
116+
[Production guide]: production.md

g3doc/user_guide/production.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ If you absolutely must run gVisor in a virtual machine, we recommend using the
115115
`systrap` platform. This platform has the most flexibility, but its performance
116116
will lag behind that of KVM.
117117

118-
<a class="button" href="/docs/user_guide/platforms/">Configure Platform
118+
<!-- disableFinding(LINK_RELATIVE_G3DOC) -->
119+
120+
<a class="button">[Configure Platform](../architecture_guide/platforms.md)
119121
&raquo;</a>
120122

121123
### Optimizing I/O performance {#configure-io}
@@ -126,8 +128,7 @@ default configuration must support all possible I/O interaction patterns.
126128
However, you can configure gVisor to use more aggressive caching policies where
127129
it makes sense.
128130

129-
<a class="button" href="/docs/user_guide/filesystem/">Configure Filesystem
130-
&raquo;</a>
131+
<a class="button">[Configure Filesystem](filesystem.md) &raquo;</a>
131132

132133
### Optimizing network performance {#configure-network}
133134

@@ -137,7 +138,9 @@ is optimized for security over performance. If your application is semi-trusted
137138
and network performance is paramount, you can optionally enable Network
138139
Passthrough to use the host's (Linux's) network stack, rather than gVisor's own.
139140

140-
<a class="button" href="/docs/user_guide/networking/">Configure Networking
141+
<!-- disableFinding(LINK_RELATIVE_G3DOC) -->
142+
143+
<a class="button">[Configure Networking](../architecture_guide/networking.md)
141144
&raquo;</a>
142145

143146
### Optimizing MM performance {#configure-mm}

0 commit comments

Comments
 (0)