From af66c4b74028fcc43303eec3a7de9c4859414329 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Wed, 22 Mar 2017 15:05:10 -0400 Subject: [PATCH] Add overview design doc link to root README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use an underscore instead of a hyphen in the overview design doc’s filename for consistency with the rest of the files in the repository. Change-Id: I15a76a00709a43dfec60e7f4f6ee64a3cd031b2c Reviewed-on: https://chromium-review.googlesource.com/458537 Reviewed-by: Sigurður Ásgeirsson --- README.md | 1 + doc/{overview-design.md => overview_design.md} | 0 2 files changed, 1 insertion(+) rename doc/{overview-design.md => overview_design.md} (100%) diff --git a/README.md b/README.md index 57e81695..914af349 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ limitations under the License. code, building, testing, and contributing to the project. * [Crashpad interface documentation](https://crashpad.chromium.org/doxygen/) * [Crashpad tool man pages](doc/man.md) + * [Crashpad overview design](doc/overview_design.md) ## Source Code diff --git a/doc/overview-design.md b/doc/overview_design.md similarity index 100% rename from doc/overview-design.md rename to doc/overview_design.md