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: readme.adoc
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ Apache License 2.0
39
39
=== "APOC" Name history
40
40
41
41
// tag::name-history-text[]
42
-
http://matrix.wikia.com/wiki/Apoc[Apoc^] was the technician and driver on board of the Nebuchadnezzar in the Matrix movie. He was killed by Cypher.
42
+
https://matrix.wikia.com/wiki/Apoc[Apoc^] was the technician and driver on board of the Nebuchadnezzar in the Matrix movie. He was killed by Cypher.
43
43
44
-
*APOC* was also the first bundled http://neo4j.com/blog/convenient-package-neo4j-apoc-0-1-released/[A Package Of Component^] for Neo4j in 2009.
44
+
*APOC* was also the first bundled https://neo4j.com/blog/convenient-package-neo4j-apoc-0-1-released/[A Package Of Component^] for Neo4j in 2009.
45
45
46
46
*APOC* also stands for "Awesome Procedures On Cypher"
47
47
// end::name-history-text[]
@@ -52,7 +52,7 @@ http://matrix.wikia.com/wiki/Apoc[Apoc^] was the technician and driver on board
52
52
53
53
// tag::install-desktop[]
54
54
55
-
APOC can be installed with http://neo4j.com/download[Neo4j Desktop], after creating your database, by going to the `Manage` screen, and then the `Plugins` tab.
55
+
APOC can be installed with https://neo4j.com/download[Neo4j Desktop], after creating your database, by going to the `Manage` screen, and then the `Plugins` tab.
56
56
Click `Install` in the APOC box and wait until you see a green check mark near "APOC".
57
57
58
58
// end::install-desktop[]
@@ -160,9 +160,9 @@ h| Output Return Columns |
160
160
Since APOC relies on Neo4j's internal APIs you need to use the *matching APOC version* for your Neo4j installation.
161
161
Make sure that the *first two version numbers match between Neo4j and APOC*.
162
162
163
-
Go to http://github.com/neo4j/apoc/releases/{apoc-release}[the latest release] for *Neo4j version {branch}* and download the binary jar to place into your `$NEO4J_HOME/plugins` folder.
163
+
Go to https://github.com/neo4j/apoc/releases/{apoc-release}[the latest release] for *Neo4j version {branch}* and download the binary jar to place into your `$NEO4J_HOME/plugins` folder.
164
164
165
-
You can find http://github.com/neo4j/apoc/releases/[all releases here].
165
+
You can find https://github.com/neo4j/apoc/releases/[all releases here].
166
166
167
167
// end::install[]
168
168
@@ -196,24 +196,24 @@ The trailing `<apoc>` part of the version number will be incremented with every
0 commit comments