From 296ce3956b81718b1476b0185bc444d9bb82bee5 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 12 Nov 2023 21:06:55 +0000 Subject: [PATCH] Fix loop in contribution docs Summary: The Contributor Introduction lists in the next steps the Contributing Code page; in its turn, the Contributing Code page links back to the Contributor Introduction page. This change fixes that infinite loop by adding an actual path forward, adding a link to the Developer Setup page in the Next Steps section of the Contributing Code page. Test Plan: Open the /book/contrib/article/contributing_code/ URL and confirm that the Developer Setup is included in the Next Steps section. Reviewers: O1 Blessed Committers, speck Reviewed By: O1 Blessed Committers, speck Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25465 --- src/docs/contributor/contributing_code.diviner | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/docs/contributor/contributing_code.diviner b/src/docs/contributor/contributing_code.diviner index c7bdec25c9..adc56aca1a 100644 --- a/src/docs/contributor/contributing_code.diviner +++ b/src/docs/contributor/contributing_code.diviner @@ -194,4 +194,6 @@ Next Steps Continue by: - - returning to the @{article:Contributor Introduction}. + - preparing your development environment as described in the + @{article:Developer Setup} + - returning to the @{article:Contributor Introduction}