From f9d4d61ad20458471e8b132a0e63cb07e67d2faf Mon Sep 17 00:00:00 2001 From: Tess Ferrandez Date: Wed, 20 Sep 2023 10:06:56 +0200 Subject: [PATCH] fix broken and bot reject links (#995) * fix broken and bot reject links * ignore more links --------- Co-authored-by: Tess Ferrandez --- .../advanced-topics/collaboration/why-collaboration.md | 2 +- linkcheck.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/agile-development/advanced-topics/collaboration/why-collaboration.md b/docs/agile-development/advanced-topics/collaboration/why-collaboration.md index 58d964afc4..fb6d52be44 100644 --- a/docs/agile-development/advanced-topics/collaboration/why-collaboration.md +++ b/docs/agile-development/advanced-topics/collaboration/why-collaboration.md @@ -7,7 +7,7 @@ In engagements, we aim to be highly collaborative because when we code together, There are two common patterns we use for collaboration: Pairing and swarming. -**Pair programming** (“pairing”) - two software engineers assigned to, and working on, one shared story at a time during the sprint. The Dev Lead assigns a user story to two engineers -- one primary engineer (story owner) and one secondary engineer (pairing assignee). The definition aligns with the Agile Alliance’s [definition](https://www.agilealliance.org/glossary/pairing). +**Pair programming** (“pairing”) - two software engineers assigned to, and working on, one shared story at a time during the sprint. The Dev Lead assigns a user story to two engineers -- one primary engineer (story owner) and one secondary engineer (pairing assignee). **Swarm programming** (“swarming”) - three or more software engineers collaborating on a high-priority item to bring it to completion. diff --git a/linkcheck.json b/linkcheck.json index 3b41274a25..fbc0067b49 100644 --- a/linkcheck.json +++ b/linkcheck.json @@ -45,7 +45,13 @@ "https://blog.prototypr.io/software-documentation-types-and-best-practices-1726ca595c7f", "https://towardsdatascience.com/", "https://medium.com/", - "https://github.com/" + "https://github.com/", + "https://docs.github.com/", + "https://behave.readthedocs.io/", + "https://blog.insightdatascience.com", + "https://www.w3.org/", + "https://mtirion.medium.com/", + "https://chrieke.medium.com/" ], "only_errors": true } \ No newline at end of file