From 23ebc8bfd924e6b0c73209f07047f7e2ca7ecfd6 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Fri, 29 Oct 2021 15:25:00 +0200 Subject: [PATCH] Update Neo4j Browser URL --- lib/graphgists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphgists.js b/lib/graphgists.js index b424887..e8170dc 100644 --- a/lib/graphgists.js +++ b/lib/graphgists.js @@ -278,7 +278,7 @@ function assignPageAttributes(graphGists, contentCatalog, asciidocConfig) { 'page-slug': graphGist.slug, 'page-industries': allIndustries, 'page-use-cases': allUseCases, - 'page-browserGuideUrl': `neo4j-desktop://graphapps/neo4j-browser?cmd=play&arg=https://guides.neo4j.com/graph-examples/${graphGist.slug}/graph_guide ` + 'page-browserGuideUrl': `https://guides.neo4j.com/graph-examples/${graphGist.slug}/graph_guide` } if (browserGuideAttachment) { asciidocAttributes['page-browserGuideUrl'] = browserGuideAttachment.pub.url