Summary
CONTRIBUTING.md contains inconsistent GitHub URL casing. Most links use
Kmesh-net/Kmesh (incorrect capitalization), while line 119 correctly uses
kmesh-net/kmesh. This inconsistency can confuse contributors and may cause
links to fail in case-sensitive environments.
Location
File: CONTRIBUTING.md
Affected lines: 45, 55, 57, 58, 59, 75, 92
Current (Incorrect)
Expected (Correct)
All links should consistently use lowercase:
Root Cause
The links were written with incorrect capitalization (Kmesh-net/Kmesh) instead
of the actual GitHub organization name (kmesh-net/kmesh). Line 119 already uses
the correct format, confirming the intended casing.
Proposed Fix
Replace all occurrences of:
Kmesh-net/Kmesh → kmesh-net/kmesh
Kmesh-net/ → kmesh-net/
throughout the CONTRIBUTING.md file to ensure consistency and correctness.
Summary
CONTRIBUTING.mdcontains inconsistent GitHub URL casing. Most links useKmesh-net/Kmesh(incorrect capitalization), while line 119 correctly useskmesh-net/kmesh. This inconsistency can confuse contributors and may causelinks to fail in case-sensitive environments.
Location
File:
CONTRIBUTING.mdAffected lines: 45, 55, 57, 58, 59, 75, 92
Current (Incorrect)
Expected (Correct)
All links should consistently use lowercase:
Root Cause
The links were written with incorrect capitalization (
Kmesh-net/Kmesh) insteadof the actual GitHub organization name (
kmesh-net/kmesh). Line 119 already usesthe correct format, confirming the intended casing.
Proposed Fix
Replace all occurrences of:
Kmesh-net/Kmesh→kmesh-net/kmeshKmesh-net/→kmesh-net/throughout the
CONTRIBUTING.mdfile to ensure consistency and correctness.