URLs to galaxy, clusters and elements fixed

pull/31/head
Alexandre Dulaunoy 2016-08-12 09:03:20 +02:00
parent 5e6e049275
commit fee61b2f60
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}