From c13cccc0617f622c8b2886358249403e4f3f2994 Mon Sep 17 00:00:00 2001
From: Eric Bailey <eric.w.bailey@gmail.com>
Date: Tue, 21 Jul 2020 14:01:34 -0400
Subject: [PATCH 1/2] Update LinkedIn URL

---
 src/_includes/nav/footer.njk | 2 +-
 src/follow.njk               | 2 +-
 src/write-for-us.njk         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/_includes/nav/footer.njk b/src/_includes/nav/footer.njk
index 76775d1e..e1d936ee 100644
--- a/src/_includes/nav/footer.njk
+++ b/src/_includes/nav/footer.njk
@@ -69,7 +69,7 @@
 				<a class="c-footer__link" href="https://twitter.com/A11YProject">Twitter</a>
 			</li>
 			<li>
-				<a class="c-footer__link" href="https://www.linkedin.com/groups/13870960/">LinkedIn</a>
+				<a class="c-footer__link" href="https://www.linkedin.com/company/the-a11y-project/">LinkedIn</a>
 			</li>
 			<li>
 				<a class="c-footer__link" href="{{ '/feed/feed.xml' | url }}"><abbr>RSS</abbr></a>
diff --git a/src/follow.njk b/src/follow.njk
index b1ec7d74..c417c26c 100755
--- a/src/follow.njk
+++ b/src/follow.njk
@@ -31,7 +31,7 @@ templateClass: template-generic
 		Follow The A11Y Project
 	</h2>
 	<p>
-		You can <a href="https://twitter.com/a11yproject">follow The A11Y Project on Twitter</a> and on <a href="https://www.linkedin.com/groups/13870960/">LinkedIn</a>. We also have <a href="">a RSS feed</a> to keep track of when we publish new posts. We also reccommend following our <a href="{{ '/authors/' | url }}">authors</a>!
+		You can <a href="https://twitter.com/a11yproject">follow The A11Y Project on Twitter</a> and on <a href="https://www.linkedin.com/company/the-a11y-project/">LinkedIn</a>. We also have <a href="">a RSS feed</a> to keep track of when we publish new posts. We also reccommend following our <a href="{{ '/authors/' | url }}">authors</a>!
 	</p>
 
 </div>
diff --git a/src/write-for-us.njk b/src/write-for-us.njk
index bfb3fcc9..c4c8c475 100755
--- a/src/write-for-us.njk
+++ b/src/write-for-us.njk
@@ -98,7 +98,7 @@ templateClass: template-generic
 			</ul>
 		</li>
 		<li><strong>Community.</strong> We will add you to <a href="{{ '/authors/' | url }}">our list of authors</a>, including a link to contact you.</li>
-		<li><strong>Promotion.</strong> We will <a href="https://twitter.com/A11YProject">promote your content on Twitter</a> and <a href="https://www.linkedin.com/groups/13870960/">LinkedIn</a>.</li>
+		<li><strong>Promotion.</strong> We will <a href="https://twitter.com/A11YProject">promote your content on Twitter</a> and <a href="https://www.linkedin.com/company/the-a11y-project/">LinkedIn</a>.</li>
 	</ul>
 	<h2 id="the-process" class="c-heading-large">
 		The process
-- 
GitLab


From 673291c35120004bfd91bca539bbd6968ac96514 Mon Sep 17 00:00:00 2001
From: Eric Bailey <eric.w.bailey@gmail.com>
Date: Tue, 21 Jul 2020 14:04:06 -0400
Subject: [PATCH 2/2] Patch version bump

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index bf07cb6b..43efa2b7 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
 	"name": "the-a11y-project",
 	"description": "A community-driven effort to make digital accessibility easier.",
 	"homepage": "https://a11yproject.com/",
-	"version": "1.1.0",
+	"version": "1.1.1",
 	"license": "Apache-2.0",
 	"author": "Dave Rupert <hello@a11yproject.com> (https://daverupert.com/)",
 	"contributors": [
-- 
GitLab