diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-31 11:49:37 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-31 13:19:42 -0800 |
commit | bc3a24d62788bd6b881afeda230f1a5550a5709a (patch) | |
tree | 59311f84487e7482454f7a897715fe27c9eb3c79 /pkg/sentry/mm/README.md | |
parent | 7c118f7e192d403e716807c0f75f3f6d077a31ba (diff) |
Internal change.
PiperOrigin-RevId: 292587459
Diffstat (limited to 'pkg/sentry/mm/README.md')
-rw-r--r-- | pkg/sentry/mm/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/sentry/mm/README.md b/pkg/sentry/mm/README.md index e1322e373..f4d43d927 100644 --- a/pkg/sentry/mm/README.md +++ b/pkg/sentry/mm/README.md @@ -274,7 +274,7 @@ In the sentry: methods [`platform.AddressSpace.MapFile` and `platform.AddressSpace.Unmap`][platform]. -[memmap]: https://github.com/google/gvisor/blob/master/+/master/pkg/sentry/memmap/memmap.go -[mm]: https://github.com/google/gvisor/blob/master/+/master/pkg/sentry/mm/mm.go -[pgalloc]: https://github.com/google/gvisor/blob/master/+/master/pkg/sentry/pgalloc/pgalloc.go -[platform]: https://github.com/google/gvisor/blob/master/+/master/pkg/sentry/platform/platform.go +[memmap]: https://github.com/google/gvisor/blob/master/pkg/sentry/memmap/memmap.go +[mm]: https://github.com/google/gvisor/blob/master/pkg/sentry/mm/mm.go +[pgalloc]: https://github.com/google/gvisor/blob/master/pkg/sentry/pgalloc/pgalloc.go +[platform]: https://github.com/google/gvisor/blob/master/pkg/sentry/platform/platform.go |