diff options
author | Mladen Sablic <mladen.sablic@gmail.com> | 2017-11-15 16:24:48 +0100 |
---|---|---|
committer | Mladen Sablic <mladen.sablic@gmail.com> | 2017-11-15 16:39:19 +0100 |
commit | 500075b733b88cb2d7d101325dd16e8143361901 (patch) | |
tree | 368099916e9e3d88b4bc4c499124b7028bf504b8 /COMMUNITY.md | |
parent | Merge pull request #1447 from msablic/msablic_frr_cm00002 (diff) | |
download | frr-500075b733b88cb2d7d101325dd16e8143361901.tar.xz frr-500075b733b88cb2d7d101325dd16e8143361901.zip |
*: repaired internal link to dev guide
During renaming and expansion of Coding style
requirements, internal document link, from the
checklist, became unattached.
Signed-off-by: Mladen Sablic <mladen.sablic@gmail.com>
Diffstat (limited to 'COMMUNITY.md')
-rw-r--r-- | COMMUNITY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COMMUNITY.md b/COMMUNITY.md index 8800aab97..7605b0320 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -82,7 +82,7 @@ for the release notes. ### Pre-submission Checklist -* Format code (see [Coding style requirements](#coding-style-requirements)) +* Format code (see [Developer's Guidelines](#developers-guidelines)) * Verify and acknowledge license (see [License for contributions](#license-for-contributions)) * Ensure you have properly signed off (see [Signing Off](#signing-off)) * Test building with various configurations: |