From c807ed4e5a37fe78fe9648ae46a6417490c02213 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Thu, 25 Oct 2018 08:14:33 +0200 Subject: [PATCH] Update tracker URLs --- composer.json | 4 ++-- docs/en/support.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6f1f793..709d6f5 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ } ], "support": { - "issues": "http://dev.entidi.com/p/silverstrap/issues/", - "source": "http://dev.entidi.com/p/silverstrap/source/tree/master/" + "issues": "https://track.entidi.com/project/view/9/", + "source": "https://track.entidi.com/source/silverstrap/" }, "require": { "entidi/silverstrap-module": "^2.0" diff --git a/docs/en/support.md b/docs/en/support.md index a71da7c..dcf649c 100644 --- a/docs/en/support.md +++ b/docs/en/support.md @@ -6,6 +6,6 @@ This project has been developed by [ntd](mailto:ntd@entidi.it). Its SilverStripe modules and themes. To check out the code, report issues or propose enhancements, go to the -[dedicated tracker](http://dev.entidi.com/p/silverstrap). +[dedicated tracker](https://track.entidi.com/project/view/9/). Alternatively you can do the same things by leveraging the official [github repository](https://github.com/ntd/silverstrap).