From 1769fd0a7ea6645739b7cafa4e050380804b5750 Mon Sep 17 00:00:00 2001 From: Frank Lemanschik Date: Sat, 10 Sep 2016 22:23:15 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#4920) Corrected syntax fixes link to DESIGN_PRINCIPLES --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 205da202015a..de5162988dbe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ Code contributors to the AMP HTML project must sign a Contributor License Agreem ### Contributing Features All pull requests for new features must go through the following process: -* Please familiarize yourself with the [AMP Design Principles](DESIGN_PRINCIPLES).md +* Please familiarize yourself with the [AMP Design Principles](DESIGN_PRINCIPLES.md) * Start an Intent-to-implement GitHub issue for discussion of the new feature. * LGTM from Tech Lead and one other core committer is required * Development occurs on a separate branch of a separate fork, noted in the intent-to-implement issue