diff --git a/README.md b/README.md index fd589ca19..2c1603edb 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,4 @@ $ npm run dev ## 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). - -Otherwise, please consider using the [bugtracker of the general repository](https://github.com/vatesfr/xo/issues). +All bug reports should go into the [bugtracker of xo-web](https://github.com/vatesfr/xo-web/issues). diff --git a/package.json b/package.json index be6f5a965..166219f3b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "homepage": "http://github.com/vatesfr/xo-server/", "bugs": { - "url": "https://github.com/vatesfr/xo-server/issues" + "url": "https://github.com/vatesfr/xo-web/issues" }, "author": "Julien Fontanet ", "preferGlobal": true,