From 0dcdc4d0a0638e4c8e62ee3fd2eb6e104f216774 Mon Sep 17 00:00:00 2001 From: katherinelato <54333855+katherinelato@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:28:07 -0500 Subject: [PATCH] Update Developing_With_LArSoft.md Added link to Guidelines on Using the V10+ geometry. --- LArSoftWiki/Developing_With_LArSoft.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/LArSoftWiki/Developing_With_LArSoft.md b/LArSoftWiki/Developing_With_LArSoft.md index 29edecf..a3ede50 100644 --- a/LArSoftWiki/Developing_With_LArSoft.md +++ b/LArSoftWiki/Developing_With_LArSoft.md @@ -53,9 +53,10 @@ Whether you are writing new code or modifying existing code, please follow the g 3. [Process for contributing code to LArSoft](Process_for_contributing_code_to_LArSoft) 4. [Guidelines on writing (and using) services in LArSoft](Writing_LArSoft_service) ** 5. [Guidelines on writing (and using) algorithms in LArSoft](Writing_LArSoft_algorithms) ** -6. [Guidelines on using the geometry](Guidelines_on_using_the_geometry) -7. [Error handling policy ](LArSoft_Error_Handling) -8. [Examples!](LArSoft_examples) +6. [Guidelines on using the geometry V10+](https://larsoft.github.io/LArSoftWiki/Guidelines_on_using_the_geometry_v10) +7. [Guidelines on using the geometry preV10](Guidelines_on_using_the_geometry) +8. [Error handling policy ](LArSoft_Error_Handling) +9. [Examples!](LArSoft_examples) 10. [Using git repositories](Using_git_repositories) ------------------------------------------------------------------------