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