Merge pull request #3120 from Human-Connection/new-link-setup-db

docs(setup): Fix links in tests
This commit is contained in:
mattwr18 2020-02-21 12:48:04 +01:00 committed by GitHub
commit 2640fcf967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ describe('slugifyMiddleware', () => {
\`\`\`
Learn how to setup the database here:
https://docs.human-connection.org/human-connection/neo4j
https://docs.human-connection.org/human-connection/backend#database-indices-and-constraints
`)
}
})

View File

@ -46,7 +46,7 @@ describe('slug', () => {
\`\`\`
Learn how to setup the database here:
https://docs.human-connection.org/human-connection/neo4j
https://docs.human-connection.org/human-connection/backend#database-indices-and-constraints
`)
}
})