From 97b07f7d42f4fdc143fbe986a28f8aa8aa345087 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Mon, 8 Feb 2016 15:34:13 +0100 Subject: [PATCH] The main bug tracker is xo-web. --- README.md | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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,