From fee61b2f6001cdd1e3b9a2653fbb7f6cab4749db Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 12 Aug 2016 09:03:20 +0200 Subject: [PATCH] URLs to galaxy, clusters and elements fixed --- galaxy/threat-actor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy/threat-actor.json b/galaxy/threat-actor.json index 17510f8..568eaa2 100644 --- a/galaxy/threat-actor.json +++ b/galaxy/threat-actor.json @@ -1,7 +1,7 @@ { - "elements_url": "https://www.github.com/MISP/misp-galaxy/elements/", + "elements_url": "https://raw.githubusercontent.com/MISP/misp-galaxy/master/elements/", "default_predicate_value_in": "values", "default_predicate_value": "value", - "cluster_url": "https://www.github.com/MISP/misp-galaxy/cluster/threat-actor.json", + "cluster_url": "https://raw.githubusercontent.com/MISP/misp-galaxy/master/cluster/threat-actor.json", "predicate_in": "elementOneOf" }