From b23328a2111e141e66498af7fbcbaf003be70fae Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 21 Feb 2020 05:20:21 +0100 Subject: [PATCH] docs(setup): changes undone and set in own branch --- backend/src/middleware/slugifyMiddleware.spec.js | 2 +- backend/src/models/User.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/middleware/slugifyMiddleware.spec.js b/backend/src/middleware/slugifyMiddleware.spec.js index df011b0a5..e522136d6 100644 --- a/backend/src/middleware/slugifyMiddleware.spec.js +++ b/backend/src/middleware/slugifyMiddleware.spec.js @@ -153,7 +153,7 @@ describe('slugifyMiddleware', () => { \`\`\` Learn how to setup the database here: - https://docs.human-connection.org/human-connection/backend#database-indices-and-constraints + https://docs.human-connection.org/human-connection/neo4j `) } }) diff --git a/backend/src/models/User.spec.js b/backend/src/models/User.spec.js index a45a629e5..f448cbf08 100644 --- a/backend/src/models/User.spec.js +++ b/backend/src/models/User.spec.js @@ -46,7 +46,7 @@ describe('slug', () => { \`\`\` Learn how to setup the database here: - https://docs.human-connection.org/human-connection/backend#database-indices-and-constraints + https://docs.human-connection.org/human-connection/neo4j `) } })