1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-21 22:32:41 +01:00

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
This commit is contained in:
Waldir Pimenta 2023-11-12 21:06:55 +00:00
parent 16d9cc12af
commit 296ce3956b

View file

@ -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}