Skip to content

Commit 72ee068

Browse files
committed
Fixed incorrect link formatting
1 parent 194880f commit 72ee068

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Contributing to the Neo4j Ecosystem
22

3-
At [http://neo4j.com/](Neo Technology), we develop our software in the open at GitHub.
3+
At [Neo Technology](http://neo4j.com/), we develop our software in the open at GitHub.
44
This provides transparency for you, our users, and allows you to fork the software to make your own additions and enhancements.
5-
We also provide areas specifically for community contributions, in particular the [https://github.com/neo4j-contrib](neo4j-contrib) space.
5+
We also provide areas specifically for community contributions, in particular the [neo4j-contrib](https://github.com/neo4j-contrib) space.
66

7-
There's an active [https://groups.google.com/forum/#!forum/neo4j](mailing list) and [http://neo4j.com/slack](Slack channel) where we work directly with the community.
7+
There's an active [mailing list](https://groups.google.com/forum/#!forum/neo4j) and [Slack channel](http://neo4j.com/slack) where we work directly with the community.
88
If you're not already a member, sign up!
99

1010
We love our community and wouldn't be where we are without you.
@@ -14,14 +14,14 @@ We love our community and wouldn't be where we are without you.
1414

1515
Where you raise an issue depends largely on the nature of the problem.
1616

17-
Firstly, if you are an Enterprise customer, you might want to head over to our [http://support.neo4j.com/](Customer Support Portal).
17+
Firstly, if you are an Enterprise customer, you might want to head over to our [Customer Support Portal](http://support.neo4j.com/).
1818

1919
There are plenty of public channels available too, though.
20-
If you simply want to get started or have a question on how to use a particular feature, drop a line to the [https://groups.google.com/forum/#!forum/neo4j](mailing list), ask a question in [http://neo4j.com/slack](Slack), or [https://twitter.com/neo4j](tweet) us.
20+
If you simply want to get started or have a question on how to use a particular feature, drop a line to the [mailing list](https://groups.google.com/forum/#!forum/neo4j), ask a question in [Slack](http://neo4j.com/slack), or [tweet](https://twitter.com/neo4j) us.
2121
If you think you might have hit a bug in our software (it happens occasionally!) or you have specific feature request then use the issue feature on the relevant GitHub repository.
2222
Check first though as someone else may have already raised something similar.
2323

24-
[http://stackoverflow.com/questions/tagged/neo4j](StackOverflow) also hosts a ton of questions and might already have a discussion around your problem.
24+
[StackOverflow](http://stackoverflow.com/questions/tagged/neo4j) also hosts a ton of questions and might already have a discussion around your problem.
2525
Make sure you have a look there too.
2626

2727
Include as much information as you can in any request you make:
@@ -40,11 +40,11 @@ Include as much information as you can in any request you make:
4040
If you want to contribute a pull request, we have a little bit of process you'll need to follow:
4141

4242
- Do all your work in a personal fork of the original repository
43-
- [https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request](Rebase), don't merge (we prefer to keep our history clean)
43+
- [Rebase](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request), don't merge (we prefer to keep our history clean)
4444
- Create a branch (with a useful name) for your contribution
4545
- Make sure you're familiar with the appropriate coding style (this varies by language so ask if you're in doubt)
4646
- Include unit tests if appropriate (obviously not necessary for documentation changes)
47-
- Take a moment to read and sign our [http://neo4j.com/developer/cla](CLA)
47+
- Take a moment to read and sign our [CLA](http://neo4j.com/developer/cla)
4848

4949
We can't guarantee that we'll accept pull requests and may ask you to make some changes before they go in.
5050
Occasionally, we might also have logistical, commercial, or legal reasons why we can't accept your work but we'll try to find an alternative way for you to contribute in that case.
@@ -61,6 +61,5 @@ And we'll do our best to help you promote and co-ordinate your Neo ecosystem pro
6161

6262
## Further reading
6363

64-
If you want to find out more about how you can contribute, head over to our website for [http://neo4j.com/developer/contributing-code/](more information).
65-
64+
If you want to find out more about how you can contribute, head over to our website for [more information](http://neo4j.com/developer/contributing-code/).
6665

0 commit comments

Comments
 (0)