Skip to content

Commit 51f22aa

Browse files
authored
Update Neo4j Browser URL (#10)
1 parent 6ed0f86 commit 51f22aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphgists.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function assignPageAttributes(graphGists, contentCatalog, asciidocConfig) {
278278
'page-slug': graphGist.slug,
279279
'page-industries': allIndustries,
280280
'page-use-cases': allUseCases,
281-
'page-browserGuideUrl': `neo4j-desktop://graphapps/neo4j-browser?cmd=play&arg=https://guides.neo4j.com/graph-examples/${graphGist.slug}/graph_guide `
281+
'page-browserGuideUrl': `https://guides.neo4j.com/graph-examples/${graphGist.slug}/graph_guide`
282282
}
283283
if (browserGuideAttachment) {
284284
asciidocAttributes['page-browserGuideUrl'] = browserGuideAttachment.pub.url

0 commit comments

Comments
 (0)