Skip to content

Commit 1ed96f9

Browse files
authored
Use HTTPS for links in code and docs (#720)
1 parent 5f81482 commit 1ed96f9

File tree

203 files changed

+406
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+406
-406
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to the Neo4j Ecosystem
22

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.
44
This provides transparency for you, our users, and allows you to fork the software to make your own additions and enhancements.
55
We also provide areas specifically for community contributions, in particular the [neo4j-contrib](https://github.com/neo4j-contrib) space.
66

@@ -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 [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/).
1818

1919
There are plenty of public channels available too, though.
2020
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/).
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-
[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.
2525
Make sure you have a look there too.
2626

2727
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
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 [CLA](http://neo4j.com/developer/cla)
47+
- Take a moment to read and sign our [CLA](https://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.
@@ -81,4 +81,4 @@ And we'll do our best to help you promote and co-ordinate your Neo4j ecosystem p
8181

8282
## Further reading
8383

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/).

ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Guidelines
22

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/).
44

55
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.
66
Check first though as someone else may have already raised something similar.
77

88
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.
1010
Make sure you have a look there too.
1111

1212
If you want to make a feature request, please prefix your issue title with `[Feature Request]` so that it is clear to us.

LICENSE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Apache License
33
Version 2.0, January 2004
4-
http://www.apache.org/licenses/
4+
https://www.apache.org/licenses/
55

66
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77

@@ -193,7 +193,7 @@
193193
you may not use this file except in compliance with the License.
194194
You may obtain a copy of the License at
195195

196-
http://www.apache.org/licenses/LICENSE-2.0
196+
https://www.apache.org/licenses/LICENSE-2.0
197197

198198
Unless required by applicable law or agreed to in writing, software
199199
distributed under the License is distributed on an "AS IS" BASIS,

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Neo4j
2-
Copyright (c) Neo4j Sweden AB (referred to in this notice as "Neo4j") [http://neo4j.com]
2+
Copyright (c) Neo4j Sweden AB (referred to in this notice as "Neo4j") [https://neo4j.com]
33

44
This product includes software ("Software") developed by Neo4j

TESTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ NEO4J_SERVER_PACKAGE=~/dist/neo4j-enterprise-3.1.1-unix.tar.gz tox
2323

2424
A web address can be provided as an alternative to a file path:
2525
```bash
26-
$ NEO4J_SERVER_PACKAGE=http://dist.neo4j.org/neo4j-enterprise-3.1.1-unix.tar.gz tox
26+
$ NEO4J_SERVER_PACKAGE=https://dist.neo4j.org/neo4j-enterprise-3.1.1-unix.tar.gz tox
2727
```
2828

2929
If using an existing server, authentication details can be provided in a similar way:

bin/make-unasync

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/usr/bin/env python
22

33
# Copyright (c) "Neo4j"
4-
# Neo4j Sweden AB [http://neo4j.com]
4+
# Neo4j Sweden AB [https://neo4j.com]
55
#
66
# This file is part of Neo4j.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.
1010
# You may obtain a copy of the License at
1111
#
12-
# http://www.apache.org/licenses/LICENSE-2.0
12+
# https://www.apache.org/licenses/LICENSE-2.0
1313
#
1414
# Unless required by applicable law or agreed to in writing, software
1515
# distributed under the License is distributed on an "AS IS" BASIS,

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BUILDDIR = build
99

1010
# User-friendly check for sphinx-build
1111
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/)
1313
endif
1414

1515
# Internal variables.

docs/make.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if errorlevel 9009 (
6565
echo.may add the Sphinx directory to PATH.
6666
echo.
6767
echo.If you don't have Sphinx installed, grab it from
68-
echo.http://sphinx-doc.org/
68+
echo.https://www.sphinx-doc.org/
6969
exit /b 1
7070
)
7171

docs/source/types/_temporal_overview.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Temporal data types are implemented by the ``neo4j.time`` module.
22

33
It provides a set of types compliant with ISO-8601 and Cypher, which are similar to those found in the built-in ``datetime`` module.
4-
Sub-second values are measured to nanosecond precision and the types are compatible with `pytz <http://pytz.sourceforge.net/>`_.
4+
Sub-second values are measured to nanosecond precision and the types are compatible with `pytz <https://pypi.org/project/pytz/>`_.
55

66
The table below shows the general mappings between Cypher and the temporal types provided by the driver.
77

@@ -19,7 +19,7 @@ Duration :class:`neo4j.time.Duration` :class:`python:datetime.timedelta`
1919
============= ============================ ================================== ============
2020

2121
Sub-second values are measured to nanosecond precision and the types are mostly
22-
compatible with `pytz <http://pytz.sourceforge.net/>`_. Some timezones
22+
compatible with `pytz <https://pypi.org/project/pytz/>`_. Some timezones
2323
(e.g., ``pytz.utc``) work exclusively with the built-in ``datetime.datetime``.
2424

2525
.. Note::

neo4j/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/driver.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/io/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/io/_bolt.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/io/_bolt3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/io/_bolt4.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/io/_bolt5.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/io/_common.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/io/_pool.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/work/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/work/result.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/work/session.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/work/transaction.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async/work/workspace.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

neo4j/_async_compat/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) "Neo4j"
2-
# Neo4j Sweden AB [http://neo4j.com]
2+
# Neo4j Sweden AB [https://neo4j.com]
33
#
44
# This file is part of Neo4j.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)