From 05c03edbff0b839523c6d288775a478e6f9500f6 Mon Sep 17 00:00:00 2001 From: Frank Stepanski Date: Sun, 6 Feb 2022 14:27:53 -0500 Subject: [PATCH] Update link in Contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 184a77f4ea..f4eae23b7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -612,7 +612,7 @@ From https://github.com/hackforla/website ``` -**Note:** You can safely ignore changes in other issue branches, such as `bonnie` above. But if you see changes in gh-pages, as in `5773ebe..0c86ecd gh-pages -> hackforla/gh-pages`, you should incorporate those changes into your repository before merging or rebasing your issue branch. Use the [instructions below](#incorporating-changes-from-upstream) to bring your fork up to date with the main repository. +**Note:** You can safely ignore changes in other issue branches, such as `bonnie` above. But if you see changes in gh-pages, as in `5773ebe..0c86ecd gh-pages -> hackforla/gh-pages`, you should incorporate those changes into your repository before merging or rebasing your issue branch. Use the [instructions below](#27e-working-on-an-issue-5-incorporating-changes-from-upstream) to bring your fork up to date with the main repository. [Back to Table of Contents](#table-of-contents)