Skip to content

Commit

Permalink
Merge pull request #25 from neo4j-labs/documentation/getting-started
Browse files Browse the repository at this point in the history
Fixed name for broken link in labs
  • Loading branch information
msenechal authored Jan 16, 2024
2 parents c9a1684 + 28c2966 commit 3a3328a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: needle-starter-kit
name: neo4j-needle-starterkit
version: "1.0"
title: Needle Starter Kit
start_page: ROOT:index.adoc
Expand All @@ -8,6 +8,6 @@ nav:
asciidoc:
attributes:
docs-version: "1.0"
page-product: needle-starter-kit
page-type: Needle Starter Kit
page-product: neo4j-needle-starterkit
page-type: Neo4j Needle Starter Kit
page-canonical-root: /labs
2 changes: 1 addition & 1 deletion docs/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ const express = require('express')
const app = express()
const version = "1.0"
app.use(express.static('./build/site'))
app.get('/', (req, res) => res.redirect('needle-starter-kit/' + version))
app.get('/', (req, res) => res.redirect('neo4j-needle-starterkit/' + version))
app.listen(8000, () => console.log('📘 http://localhost:8000'))

0 comments on commit 3a3328a

Please sign in to comment.