mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
put the links and refs the right way around
This commit is contained in:
@@ -58,7 +58,7 @@ NODE_ENV=development node index.js
|
|||||||
|
|
||||||
See [development instructions](#development) for more information about running locally (and restarting automatically when files change).
|
See [development instructions](#development) for more information about running locally (and restarting automatically when files change).
|
||||||
|
|
||||||
If you run into problems, check the [troubleshooting][troubleshooting guide].
|
If you run into problems, check the [troubleshooting guide][troubleshooting].
|
||||||
|
|
||||||
|
|
||||||
Configurations
|
Configurations
|
||||||
|
@@ -5,20 +5,20 @@ Troubleshooting
|
|||||||
Common issues
|
Common issues
|
||||||
-----
|
-----
|
||||||
|
|
||||||
* `500` errors or `Could not connect to pa11y-webservice` messages are often related to MongoDB. Ensure that you have the [mongo-install][latest version of MongoDB] installed, and that it's running - it doesn't always start automatically.
|
* `500` errors or `Could not connect to pa11y-webservice` messages are often related to MongoDB. Ensure that you have the [latest version of MongoDB][mongo-install] installed, and that it's running - it doesn't always start automatically.
|
||||||
* Error messages saying that pa11y-webservice isn't running may be due to dependency installation problems. Try deleting your `pa11y-dashboard/node_modules` directory and running `npm install` again.
|
* Error messages saying that pa11y-webservice isn't running may be due to dependency installation problems. Try deleting your `pa11y-dashboard/node_modules` directory and running `npm install` again.
|
||||||
|
|
||||||
|
|
||||||
Check to see if the issue has been reported
|
Check to see if the issue has been reported
|
||||||
-----
|
-----
|
||||||
|
|
||||||
* Check the [issues][issue tracker] for similar issues.
|
* Check the [issue tracker][issues] for similar issues.
|
||||||
|
|
||||||
|
|
||||||
Create an issue
|
Create an issue
|
||||||
-----
|
-----
|
||||||
|
|
||||||
If all else fails, [create-issue][create an issue] and we'll help you. Please include your node.js, Phantom, and MongoDB version numbers, and your operating system.
|
If all else fails, [create an issue][create-issue] and we'll help you. Please include your node.js, Phantom, and MongoDB version numbers, and your operating system.
|
||||||
|
|
||||||
|
|
||||||
[issues]: https://github.com/pa11y/dashboard/issues?utf8=%E2%9C%93&q=is%3Aissue
|
[issues]: https://github.com/pa11y/dashboard/issues?utf8=%E2%9C%93&q=is%3Aissue
|
||||||
|
Reference in New Issue
Block a user