Skip to content

Commit dac784d

Browse files
committed
Merge remote-tracking branch 'origin/v1.1' into v1.1
2 parents 9503751 + 67e68f1 commit dac784d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/graph/nodelink-graph.drv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ function NodeLinkGraph($window, $log, Properties, Nodes, Prefixes, Filters, Geom
673673
let centerX = (width - boxWidth) / 2;
674674
let centerY = Math.max(((height - boxHeight) / 2), 50);
675675

676-
notificationText.text('No SPARQL endpoint selected!')
676+
notificationText.text('Given SPARQL endpoint not accessible.')
677677
.attr('x', centerX + 5)
678678
.attr('y', centerY - 24)
679679
.transition()

app/components/start/start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1>LD-VOWL</h1>
44
<p>
55
Extracts ontology information out of SPARQL endpoints and displays the extracted information in an overview visualization using the
6-
<a href="http://vowl.visualdataweb.org/v2/" target="_blank">
6+
<a href="http://vowl.visualdataweb.org" target="_blank">
77
VOWL Notation
88
</a>
99
(with minor modifications).

0 commit comments

Comments
 (0)