The main bug tracker is xo-web.

This commit is contained in:
Julien Fontanet 2016-02-08 15:34:13 +01:00
parent ba66af922f
commit 97b07f7d42
2 changed files with 2 additions and 4 deletions

View File

@ -37,6 +37,4 @@ $ npm run dev
## How to report a bug? ## How to report a bug?
If you are certain the bug is exclusively related to XO-Server, you may use the [bugtracker of this repository](https://github.com/vatesfr/xo-server/issues). All bug reports should go into the [bugtracker of xo-web](https://github.com/vatesfr/xo-web/issues).
Otherwise, please consider using the [bugtracker of the general repository](https://github.com/vatesfr/xo/issues).

View File

@ -11,7 +11,7 @@
], ],
"homepage": "http://github.com/vatesfr/xo-server/", "homepage": "http://github.com/vatesfr/xo-server/",
"bugs": { "bugs": {
"url": "https://github.com/vatesfr/xo-server/issues" "url": "https://github.com/vatesfr/xo-web/issues"
}, },
"author": "Julien Fontanet <julien.fontanet@vates.fr>", "author": "Julien Fontanet <julien.fontanet@vates.fr>",
"preferGlobal": true, "preferGlobal": true,