From: Mark Stapp Date: Tue, 5 Jun 2018 19:32:07 +0000 (-0400) Subject: doc: fix broken link to 'code formatting' section X-Git-Tag: frr-6.1-dev~368^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c964e51136d28728822215ff223c746f905a7f70;p=matthieu%2Ffrr.git doc: fix broken link to 'code formatting' section Mismatch in rst source was producing a dead link in the html output Signed-off-by: Mark Stapp --- diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index f025c47bb4..405539f49d 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -105,7 +105,7 @@ submit it. Pre-submission Checklist ------------------------ -- Format code (see `Code Formatting <#developers-guidelines>`__) +- Format code (see `Code Formatting <#code-formatting>`__) - Verify and acknowledge license (see `License for contributions <#license-for-contributions>`__) - Ensure you have properly signed off (see `Signing @@ -376,7 +376,7 @@ your indented claim immediately after. E.g.: Copyright (C) 2010 Entity A .... Copyright (C) 2016 Your name [optional brief change description] -Code formatting +Code Formatting --------------- FRR uses Linux kernel style except where noted below. Code which does