diff options
author | Adin Scannell <ascannell@google.com> | 2020-03-03 15:27:44 -0800 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-05-06 14:15:17 -0700 |
commit | a79b3f4cdb3288f817d8055c942049f96bf3e88e (patch) | |
tree | fe6aa666bd80d7ae765a5f1dc7de4599e8b9cd9e /website/content/docs | |
parent | 1e943dcc9eed420731935e0c8aa1f25788584f95 (diff) |
Update minor formatting issues.
Diffstat (limited to 'website/content/docs')
-rwxr-xr-x | website/content/docs/architecture_guide/performance.md | 8 | ||||
-rw-r--r-- | website/content/docs/community/governance.md | 10 | ||||
-rwxr-xr-x | website/content/docs/community/index.md | 23 |
3 files changed, 10 insertions, 31 deletions
diff --git a/website/content/docs/architecture_guide/performance.md b/website/content/docs/architecture_guide/performance.md index 382772425..62c7ff8b6 100755 --- a/website/content/docs/architecture_guide/performance.md +++ b/website/content/docs/architecture_guide/performance.md @@ -250,15 +250,9 @@ operations are less of an issue. The above figure shows the total time required for an `ffmpeg` container to start, load and transcode a 27MB input video. [ab]: https://en.wikipedia.org/wiki/ApacheBench - -[benchmark-tools]: https://gvisor.googlesource.com/benchmark-tools - +[benchmark-tools]: https://github.com/google/gvisor/tree/master/benchmarks [gce]: https://cloud.google.com/compute/ - [cnn]: https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/convolutional_network.py - [docker]: https://docker.io - [redis-benchmark]: https://redis.io/topics/benchmarks - [vfs]: https://en.wikipedia.org/wiki/Virtual_file_system diff --git a/website/content/docs/community/governance.md b/website/content/docs/community/governance.md deleted file mode 100644 index 31db503ac..000000000 --- a/website/content/docs/community/governance.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: docs -permalink: /docs/community/governance/ -noedit: true -category: Project -display: Governance -weight: 20 ---- - -{% include GOVERNANCE.md %} diff --git a/website/content/docs/community/index.md b/website/content/docs/community/index.md index 8971647d1..f2eb858cc 100755 --- a/website/content/docs/community/index.md +++ b/website/content/docs/community/index.md @@ -6,17 +6,15 @@ weight: 20 permalink: /docs/community/ --- -Contributions are accepted through our [GitHub][github] and [Google -Source][googlesource] repositories. Individual projects have their own -[contribution process][contributing]. +Contributions are accepted through our [GitHub][github] repositories. See the +[contribution guide][contributing]. -## Community +## Governance -The authoritative document for community resources and organization is the -[community repository][community], which contains the project's [governance -model][governance] and [code of conduct][codeofconduct]. Individual repositories -have their own guidelines and processes for contributing. See the [canonical -list of repositories][repositories] for more information. +See the project [governance][governance]. All projects are covered by our [code +of conduct][codeofconduct]. + +## Communication channels The project maintains two mailing lists: @@ -30,13 +28,10 @@ collaborate. <iframe src="https://calendar.google.com/calendar/b/1/embed?showTitle=0&height=600&wkst=1&bgcolor=%23FFFFFF&src=bd6f4k210u3ukmlj9b8vl053fk%40group.calendar.google.com&color=%23AB8B00&ctz=America%2FLos_Angeles" style="border-width:0" width="600" height="400" frameborder="0" scrolling="no"></iframe> -[community]: https://gvisor.googlesource.com/community [contributing]: https://github.com/google/gvisor/blob/master/CONTRIBUTING.md [github]: https://github.com/google/gvisor [gitter-chat]: https://gitter.im/gvisor/community -[governance]: https://gvisor.googlesource.com/community/+/refs/heads/master/README.md -[googlesource]: https://gvisor.googlesource.com/ +[governance]: https://github.com/google/gvisor/blob/master/GOVERNANCE.md [gvisor-dev]: https://groups.google.com/forum/#!forum/gvisor-dev [gvisor-users]: https://groups.google.com/forum/#!forum/gvisor-users -[codeofconduct]: https://gvisor.googlesource.com/community/+/refs/heads/master/CODE_OF_CONDUCT.md -[repositories]: https://gvisor.googlesource.com/?format=HTML +[codeofconduct]: https://github.com/google/gvisor/blob/master/CODE_OF_CONDUCT.md |