You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing to the Neo4j Ecosystem
2
2
3
-
At [Neo4j](http://neo4j.com/), we develop our software in the open at GitHub.
3
+
At [Neo4j](https://neo4j.com/), we develop our software in the open at GitHub.
4
4
This provides transparency for you, our users, and allows you to fork the software to make your own additions and enhancements.
5
5
We also provide areas specifically for community contributions, in particular the [neo4j-contrib](https://github.com/neo4j-contrib) space.
6
6
@@ -14,14 +14,14 @@ We love our community and wouldn't be where we are without you.
14
14
15
15
Where you raise an issue depends largely on the nature of the problem.
16
16
17
-
Firstly, if you are an Enterprise customer, you might want to head over to our [Customer Support Portal](http://support.neo4j.com/).
17
+
Firstly, if you are an Enterprise customer, you might want to head over to our [Customer Support Portal](https://support.neo4j.com/).
18
18
19
19
There are plenty of public channels available too, though.
20
20
If you simply want to get started or have a question on how to use a particular feature, ask a question in [Neo4j Online Community](https://community.neo4j.com/).
21
21
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.
22
22
Check first though as someone else may have already raised something similar.
23
23
24
-
[StackOverflow](http://stackoverflow.com/questions/tagged/neo4j) also hosts a ton of questions and might already have a discussion around your problem.
24
+
[StackOverflow](https://stackoverflow.com/questions/tagged/neo4j) also hosts a ton of questions and might already have a discussion around your problem.
25
25
Make sure you have a look there too.
26
26
27
27
Include as much information as you can in any request you make:
@@ -44,7 +44,7 @@ If you want to contribute a pull request, we have a little bit of process you'll
44
44
- Create a branch (with a useful name) for your contribution
45
45
- Make sure you're familiar with the appropriate coding style (this varies by language so ask if you're in doubt)
46
46
- Include unit tests if appropriate (obviously not necessary for documentation changes)
47
-
- Take a moment to read and sign our [CLA](http://neo4j.com/developer/cla)
47
+
- Take a moment to read and sign our [CLA](https://neo4j.com/developer/cla)
48
48
49
49
We can't guarantee that we'll accept pull requests and may ask you to make some changes before they go in.
50
50
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.
@@ -81,4 +81,4 @@ And we'll do our best to help you promote and co-ordinate your Neo4j ecosystem p
81
81
82
82
## Further reading
83
83
84
-
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/).
84
+
If you want to find out more about how you can contribute, head over to our website for [more information](https://neo4j.com/developer/contributing-code/).
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
## Guidelines
2
2
3
-
Firstly, if you are an Enterprise customer, you might want to head over to our [Customer Support Portal](http://support.neo4j.com/).
3
+
Firstly, if you are an Enterprise customer, you might want to head over to our [Customer Support Portal](https://support.neo4j.com/).
4
4
5
5
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.
6
6
Check first though as someone else may have already raised something similar.
7
7
8
8
If you simply want to get started or have a question on how to use a particular feature, ask a question in [Neo4j Online Community](https://community.neo4j.com/) instead.
9
-
[StackOverflow](http://stackoverflow.com/questions/tagged/neo4j) also hosts a ton of questions and might already have a discussion around your problem.
9
+
[StackOverflow](https://stackoverflow.com/questions/tagged/neo4j) also hosts a ton of questions and might already have a discussion around your problem.
10
10
Make sure you have a look there too.
11
11
12
12
If you want to make a feature request, please prefix your issue title with `[Feature Request]` so that it is clear to us.
Copy file name to clipboardExpand all lines: docs/Makefile
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ BUILDDIR = build
9
9
10
10
# User-friendly check for sphinx-build
11
11
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
12
-
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
12
+
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from https://www.sphinx-doc.org/)
0 commit comments