Skip to content

Commit d7a5d75

Browse files
committed
Update instances
1 parent 3866944 commit d7a5d75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Instances/DocExample3.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:gml="http://www.opengis.net/gml/3.2"
66
xmlns:glr="http://www.opengis.net/gml/3.3/lr"
77
xmlns:witsml="http://www.witsml.org/schemas/131"
8-
xsi:schemaLocation="http://diggsml.org/schemas/3 ../DiggsCore.xsd"
8+
xsi:schemaLocation="http://diggsml.org/schemas/3 https://diggsml.org/schemas/3/DiggsCore.xsd"
99
gml:id="DocExample">
1010

1111
<!-- Document Information object -->

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Title</title>
4+
<title>DIGGS Development Schema</title>
55
</head>
66
<body>
77
<script>
88
// Script to create listing of repository contents for Github pages - for sites with the branch as the root folder
9-
//Set variables to determine directory location ans repository name
9+
//Set variables to de termine directory location ans repository name
1010
var path = document.location.pathname.substring(0,document.location.pathname.lastIndexOf("/"));
1111
var repo = path.substring(1, path.length);
1212
if(repo.indexOf("/") > 0) repo = repo.substring(0,repo.indexOf("/"));

0 commit comments

Comments
 (0)