From 342f64e13fe1ce563adcb89348f107f81a130f62 Mon Sep 17 00:00:00 2001 From: Martin Scharm Date: Mon, 21 Oct 2013 13:49:51 +0100 Subject: [PATCH] corrected typo in SED-ML's identifiers link --- LibCombine/Entry.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LibCombine/Entry.cs b/LibCombine/Entry.cs index 4668713..d37cab2 100755 --- a/LibCombine/Entry.cs +++ b/LibCombine/Entry.cs @@ -14,9 +14,9 @@ public class Entry /// public static Dictionary KnownFormats = new Dictionary { {"sbml", "http://identifiers.org/combine.specifications/sbml" }, - {"sedml", "http://identifiers.org/combine.specifications/sedml" }, + {"sedml", "http://identifiers.org/combine.specifications/sed-ml" }, {"cellml", "http://identifiers.org/combine.specifications/cellml" }, - {"sed-ml", "http://identifiers.org/combine.specifications/sedml" }, + {"sed-ml", "http://identifiers.org/combine.specifications/sed-ml" }, {"sbgn", "http://identifiers.org/combine.specifications/sbgn" }, {"omex", "http://identifiers.org/combine.specifications/omex-metadata" }, {"manifest", "http://identifiers.org/combine.specifications/omex-manifest" }, @@ -343,4 +343,4 @@ public override string ToString() return string.Format("{0} : {1}", Location, Format); } } -} \ No newline at end of file +}