https://git.reactos.org/?p=reactos.git;a=commitdiff;h=df77f88f0ddc9c337a3743eb549a518459cc6615

commit df77f88f0ddc9c337a3743eb549a518459cc6615
Author:     Tuur Martens <[email protected]>
AuthorDate: Thu Oct 27 16:37:16 2022 +0200
Commit:     GitHub <[email protected]>
CommitDate: Thu Oct 27 16:37:16 2022 +0200

    [CONTRIBUTING] Fix broken hash links. (#4816)
    
    These links did not actually work, as GitHub expected no question mark, but 
we did provide one.
---
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 73ea943e487..2792d14bdcb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,9 +2,9 @@
 
 There are several ways to contribute to the development of ReactOS. The most 
often encountered problem is not knowing where to begin or what to do. If you 
are able to program or understand the technical information that is pertinent 
to this project, helping the development can be easy.
 
-- [What To Do?](#what-to-do?)
-- [How To Contribute?](#how-to-contribute?)
-- [Where To Start?](#where-to-start?)
+- [What To Do?](#what-to-do)
+- [How To Contribute?](#how-to-contribute)
+- [Where To Start?](#where-to-start)
 
 **Legal notice:** If you have seen Microsoft Windows source code, your 
contribution won't be accepted because of potential copyright violation. Before 
contributing, you must affirm that the following is true:
 >I hereby swear that I have not used nor seen the source code to any version 
 >of the Windows operating system

Reply via email to