From 5d9fb348e27173fcd6dbaae3671bdcdf59b62c3a Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Mon, 4 Dec 2017 11:36:14 -0800 Subject: [PATCH] Remove obsolete style guide link Fixes #5435 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index e52501e751..27b52b678d 100644 --- a/README.md +++ b/README.md @@ -205,14 +205,6 @@ Feel free to link to `../foo.md` so that the docs are readable in GitHub, but ke `{% such as this %}` will render in raw text and not be processed. In general it's best to assume the docs are being read directly on [https://docs.docker.com/](https://docs.docker.com/). -## Style guide - -If you have questions about how to write for Docker's documentation, please see -the [style guide](https://docs.docker.com/opensource/doc-style/). The style guide provides -guidance about grammar, syntax, formatting, styling, language, or tone. If -something isn't clear in the guide, please submit an issue to let us know or -submit a pull request to help us improve it. - ### Testing changes and practical guidance If you want to test a style change, or if you want to see how to achieve a