From f06466fc59e1bf32c258b03cf5d0ea94c214ade2 Mon Sep 17 00:00:00 2001 From: Stalgia Grigg Date: Sun, 15 Jan 2023 14:21:27 -0500 Subject: [PATCH] Update links to design principles and issue labels in contributor_docs/README.md --- contributor_docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributor_docs/README.md b/contributor_docs/README.md index 582e80cd9e..2575c0cb85 100644 --- a/contributor_docs/README.md +++ b/contributor_docs/README.md @@ -12,6 +12,6 @@ This folder contains documents intended for developers of the p5.js Web Editor. * [Release](./release.md) - A guide to creating a production release. ## Documents to Create -* Design Principles - reference [p5.js design principles](https://github.com/processing/p5.js/edit/develop/contributor_docs/design_principles.md) -* Issue Labels - reference [p5.js issue labels](https://github.com/processing/p5.js/blob/develop/contributor_docs/issue_labels.md) +* Design Principles - reference [p5.js design principles](https://github.com/processing/p5.js/blob/main/contributor_docs/design_principles.md) +* Issue Labels - reference [p5.js issue labels](https://github.com/processing/p5.js/blob/main/contributor_docs/issue_labels.md) * File Structure - An explanation of the file structure of this application.