You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pug/index.pug
+8-13Lines changed: 8 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -125,9 +125,9 @@ html(lang='en')
125
125
.text-left
126
126
p.text-muted
127
127
| The standard is published in two parts.
128
-
a(href='https://docs.ogc.org/is/23-001r0/23-001r0.html'target='_blank') Part 1: Feature Resources
128
+
a(href='https://docs.ogc.org/is/23-001/23-001.html'target='_blank') Part 1: Feature Resources
129
129
| defines how to describe and discover the systems that produce data — their identifiers, metadata, deployment context, and the things they sample.
130
-
a(href='https://docs.ogc.org/is/23-002r0/23-002r0.html'target='_blank') Part 2: Dynamic Data
130
+
a(href='https://docs.ogc.org/is/23-002/23-002.html'target='_blank') Part 2: Dynamic Data
131
131
| defines how observations and tasking commands flow to and from those systems in real time and historically.
132
132
h4.mt-4 Part 1 — Feature Resources
133
133
ul
@@ -186,7 +186,7 @@ html(lang='en')
186
186
h4 CS GO Reference Server
187
187
p.text-muted Powered by connected-systems-go
188
188
p.text-muted A public Go-based CSAPI server hosted by OS4CSAPI. Implements Part 1 (Feature Resources) and Part 2 (Dynamic Data) and is the primary integration target for the OS4CSAPI conformance and tutorial work.
0 commit comments