diff --git a/spec/VISSv2_Core.html b/spec/VISSv2_Core.html
index e2f2d58..953f9a9 100644
--- a/spec/VISSv2_Core.html
+++ b/spec/VISSv2_Core.html
@@ -623,7 +623,8 @@
Paths Filter Operation
Every path element in an value array must address at least one node in the tree, or else an error response is returned.
Different elements of the value array may address the same node,
in which case it is the responsibility of the server to resolve this to a singleton in the notifications.
- Examples can be found in the [[viss2-transport]] specification.
+ Examples can be found in the search read on HTTPS and
+ search read on WebSocket in [[viss2-transport]] specification.
@@ -644,7 +645,8 @@ History Filter Operation
The period must conform to the [[ISO8601]] duration format, expressed with days, hour, minute,
and second data, i. e. "value": "PdddDThhHmmMssS".
The number of days shall be less than 999. Only a single period can be expressed.
- Examples can be found in the [[viss2-transport]] specification.
+ Examples can be found in the history read on HTTPS and
+ history read on WebSocket in [[viss2-transport]] specification.
@@ -653,7 +655,7 @@ Time Based Filter Operation
The value contains the period time X in between captures, {"period":"X"}.
X is an integer and represents the period time in milliseconds.
- Examples can be found in the [[viss2-transport]] specification.
+ Example can be found in the subscribe section in [[viss2-transport]] specification.
@@ -668,7 +670,8 @@ Range Filter Operation
(**)The supported logical operators are ["eq", "ne", "gt", "gte", "lt", "lte"],
where "eq" is "equal", "ne" is "not equal", "gt" is "greater than", "gte" is "greater than or equal", "lt" is "less than",
"lte" is "less than or equal".
- Examples can be found in the [[viss2-transport]] specification.
+ Examples can be found in the authorized subscribe and
+ range subscribe in [[viss2-transport]] specification.
@@ -696,7 +699,8 @@ Curve logging Filter Operation
where X is a float value setting the max allowed error between any data sample and the simplified curve,
and Y is the number of buffer elements. Data is processed when the buffer becomes full,
and the essential data points are returned as a time series per signal.
- Examples can be found in the [[viss2-transport]] specification.
+ Example can be found in the curve logging subscribe
+ in [[viss2-transport]] specification.
@@ -717,7 +721,7 @@ Static Metadata Filter Operation
but cannot be combined with any other filter type.
The response is a JSON formatted object with corresponding key-value pairs per addressed node.
The server MAY support the static metadata request.
- Examples can be found in the [[viss2-transport]] specification.
+ Example can be found in the signal discovery read on HTTPS in [[viss2-transport]] specification.
@@ -746,7 +750,8 @@ Dynamic Metadata Filter Operation
but not with any other filter type.
The server capabilities request MUST be supported, the others on the list are optional.
For the server capabilities request the vsspath SHALL be set to "Vehicle", and the paths filter MUST not be used.
- Examples can be found in the [[viss2-transport]] specification.
+ Examples can be found in the dynamic metadata read on HTTPS
+ and signal discovery read on WebSocket in [[viss2-transport]] specification.