summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2018-06-05 21:32:07 +0200
committerMark Stapp <mjs@voltanet.io>2018-06-05 21:32:07 +0200
commitc964e51136d28728822215ff223c746f905a7f70 (patch)
treee5be7457eb325a9991fbcb6aaf05fa6a6cedc9b5
parentMerge pull request #2365 from donaldsharp/vxlan_mem_leak (diff)
downloadfrr-c964e51136d28728822215ff223c746f905a7f70.tar.xz
frr-c964e51136d28728822215ff223c746f905a7f70.zip
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 <mjs@voltanet.io>
-rw-r--r--doc/developer/workflow.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst
index f025c47bb..405539f49 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