Skip to content

Commit 05a2b35

Browse files
committed
corrected urls
1 parent 203c5c4 commit 05a2b35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/time-series-insights/time-series-insights-update-how-to-shape-events.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ There's a single Azure IoT Hub message sent where the outer array contains a sha
9090

9191
**Takeaways:**
9292

93-
* The example JSON has an outer array that uses [Time Series Instance](./time-series-insights-update-tsm#time-series-model-instances) data to increase the efficiency of the message. Even though Time Series Instances device metadata's not likely to change, it often provides useful properties for data analysis.
93+
* The example JSON has an outer array that uses [Time Series Instance](./time-series-insights-update-tsm.md#time-series-model-instances) data to increase the efficiency of the message. Even though Time Series Instances device metadata's not likely to change, it often provides useful properties for data analysis.
9494

9595
* The JSON combines two or more messages (one from each device) into a single payload saving on bandwidth over time.
9696

@@ -101,10 +101,10 @@ There's a single Azure IoT Hub message sent where the outer array contains a sha
101101
102102
#### Time Series Instance
103103

104-
Let's take a closer look at how to use [Time Series Instance](./time-series-insights-update-tsm#time-series-model-instances) to shape your JSON more optimally.
104+
Let's take a closer look at how to use [Time Series Instance](./time-series-insights-update-tsm.md#time-series-model-instances) to shape your JSON more optimally.
105105

106106
> [!NOTE]
107-
> The [Time Series IDs](../time-series-insights-update-how-to-id) below *deviceIds*.
107+
> The [Time Series IDs](./time-series-insights-update-how-to-id.md) below *deviceIds*.
108108
109109
```JSON
110110
[
@@ -148,7 +148,7 @@ Time Series Insights Preview joins a table (after flattening) during query time.
148148
| `FYYY` | LINE_DATA COMMON | SIMULATOR | Battery System | 2018-01-17T01:18:00Z | 0.58015072345733643 | 22.2 |
149149

150150
> [!NOTE]
151-
> The preceding table represents the query view in the [Time Series Preview Explorer](../time-series-insights-update-explorer).
151+
> The preceding table represents the query view in the [Time Series Preview Explorer](./time-series-insights-update-explorer.md).
152152
153153
**Takeaways:**
154154

@@ -190,4 +190,4 @@ In this case, the *latest* property value would overwrite the earlier one.
190190

191191
* Read [Azure Time Series Insights Preview query syntax](https://docs.microsoft.com/rest/api/time-series-insights/preview#time-series-expression-and-syntax) to send well-shaped JSON to the [Preview APIs](https://docs.microsoft.com/rest/api/time-series-insights/preview).
192192

193-
* Combine JSON best practices with [How to Time Series Model](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-update-how-to-tsm).
193+
* Combine JSON best practices with [How to Time Series Model](./time-series-insights-update-how-to-tsm.md).

0 commit comments

Comments
 (0)