Skip to content

Commit

Permalink
Update Neo4j Browser URL (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Nov 2, 2021
1 parent 6ed0f86 commit 51f22aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphgists.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51f22aa

Please sign in to comment.