summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-21 15:47:47 +0200
committerMichael Stahl <mstahl@redhat.com>2015-11-10 22:37:37 +0100
commit2befa12ce02c7743a1cd4eaba8fc78ad73e20c2f (patch)
treeec718e50811d32e5419a83b3b98afaf7a7e365f6 /offapi
parent8e2e3f54c0d47f7afea7c2f1cd0f87d9411c91c7 (diff)
RDF: updated URLs
Change-Id: I604cef365d2b45c26686a9eaf014d431a4538153 Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/rdf/FileFormat.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl
index edf7daa8c240..e517220df479 100644
--- a/offapi/com/sun/star/rdf/FileFormat.idl
+++ b/offapi/com/sun/star/rdf/FileFormat.idl
@@ -51,13 +51,13 @@ constants FileFormat
/// <a href="http://www.w3.org/DesignIssues/Notation3">N3 (Notation-3)</a>
const short N3 = 1; // "text/rdf+n3";
- /// <a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a>
+ /// <a href="http://www.w3.org/TR/n-triples/">N-Triples</a>
const short NTRIPLES = 2; // "text/plain";
- /// <a href="http://www.wiwiss.fu-berlin.de/suhl/bizer/TriG/Spec/">TriG</a>
+ /// <a href="http://www.w3.org/TR/trig/">TriG</a>
const short TRIG = 3; // "application/x-trig";
- /// <a href="http://sw.nokia.com/trix/">TriX</a>
+ /// <a href="https://web.archive.org/web/20110724134923/http://sw.nokia.com/trix/">TriX</a>
const short TRIX = 4; // "if only the damn server were up I'd know";
/// <a href="http://www.dajobe.org/2004/01/turtle/">Turtle</a>