From c54c0e47ee152244be5b0c503827b08ef0ab41ac Mon Sep 17 00:00:00 2001 From: Jennifer Reif Date: Fri, 26 Jun 2020 17:47:50 -0500 Subject: [PATCH] Fix python include and rollback svg link on get-started page --- get-started/get-started.adoc | 2 +- graph-platform/neo4j-database/neo4j-database.adoc | 2 +- language-guides/_includes/python-driver.adoc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/get-started/get-started.adoc b/get-started/get-started.adoc index 1fedb521..9a4e7740 100644 --- a/get-started/get-started.adoc +++ b/get-started/get-started.adoc @@ -12,7 +12,7 @@ :tags: get-started, introduction, graph, database, graph-platform, training ++++ - + ++++ [#starting-neo4j] diff --git a/graph-platform/neo4j-database/neo4j-database.adoc b/graph-platform/neo4j-database/neo4j-database.adoc index 28311b40..6f02df73 100644 --- a/graph-platform/neo4j-database/neo4j-database.adoc +++ b/graph-platform/neo4j-database/neo4j-database.adoc @@ -110,7 +110,7 @@ https://youtu.be/of53lUFs5hc[Video: 4.1 Whirlwind Tour with Michael Hunger^] ++++ ++++ -
Neo4j 4.1 overview from Neo4j
+
++++ === Neo4j 4.0 (January 2020) diff --git a/language-guides/_includes/python-driver.adoc b/language-guides/_includes/python-driver.adoc index adf4ae35..ea77bed2 100644 --- a/language-guides/_includes/python-driver.adoc +++ b/language-guides/_includes/python-driver.adoc @@ -16,9 +16,9 @@ pip install neo4j [source, python, subs=attributes] ---- -include::https://github.com/neo4j/neo4j-python-driver/raw/{python-driver-version}/test/examples/hello_world_example.py[tag=hello-world-import] +include::https://raw.githubusercontent.com/neo4j/neo4j-python-driver/{python-driver-version}/tests/integration/examples/test_hello_world_example.py[tag=hello-world-import] -include::https://github.com/neo4j/neo4j-python-driver/raw/{python-driver-version}/test/examples/hello_world_example.py[tag=hello-world,indent=0] +include::https://raw.githubusercontent.com/neo4j/neo4j-python-driver/{python-driver-version}/tests/integration/examples/test_hello_world_example.py[tag=hello-world,indent=0] ---- [cols="3*"]