Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 25b1b88

Browse files
Docs/agera/url (#66)
* absolute paths and product links * Update README.md * updated license path per review * updated workspace path * updated last links
1 parent ba1297a commit 25b1b88

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ description: "This repo contains .NET Core samples that demonstrate how to use t
1010

1111
# Digital Twins Samples
1212

13-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Contribute](https://img.shields.io/badge/PR%27s-welcome-brightgreen.svg)](CONTRIBUTING.md)
13+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Contribute](https://img.shields.io/badge/PR%27s-welcome-brightgreen.svg)](https://github.com/Azure-Samples/digital-twins-samples-csharp/blob/master/CONTRIBUTING.md)
1414

1515
This repo contains .NET Core samples that demonstrate how to use the Azure Digital Twins platform. Each folder contains a separate .NET Core app.
1616

1717
See the `README.md` in each sub-folder for specific details about each app:
1818

19-
* [Occupancy sample](./occupancy-quickstart/README.md)
20-
* [Device Connectivity sample](./device-connectivity/README.md)
19+
* [Occupancy sample](https://github.com/Azure-Samples/digital-twins-samples-csharp/tree/master/occupancy-quickstart/README.md)
20+
* [Device Connectivity sample](https://github.com/Azure-Samples/digital-twins-samples-csharp/tree/master/device-connectivity/README.md)
2121

2222
## Get Started
2323

@@ -31,17 +31,23 @@ cd digital-twins-samples-csharp
3131

3232
The repo contains several standalone projects:
3333

34-
* The [Occupancy](./occupancy-quickstart/README.md) sample is suggested as a first example to gain familiarity with Digital Twins.
35-
* The [Device Connectivity](./device-connectivity/README.md) sample demonstrates how to connect a device to Digital Twins and submit sensory data.
34+
* The [Occupancy](https://github.com/Azure-Samples/digital-twins-samples-csharp/tree/master/occupancy-quickstart/README.md) sample is suggested as a first example to gain familiarity with Digital Twins.
35+
* The [Device Connectivity](https://github.com/Azure-Samples/digital-twins-samples-csharp/tree/master/device-connectivity/README.md) sample demonstrates how to connect a device to Digital Twins and submit sensory data.
3636

3737
For corresponding documentation, please see the project `README's` above.
3838

3939
## Visual Studio Code
4040

41-
A [workspace file](./digital-twins-samples.code-workspace) containing all the apps is included for [Visual Studio Code](https://code.visualstudio.com/) users.
41+
A [workspace file](https://github.com/Azure-Samples/digital-twins-samples-csharp/blob/master/digital-twins-samples.code-workspace) containing all the apps is included for [Visual Studio Code](https://code.visualstudio.com/) users.
4242

4343
Alternatively, each app can be opened individually.
4444

4545
## Licensing and Use
4646

47-
Azure Digital Twins Samples are [MIT Licensed](./LICENSE.md).
47+
Azure Digital Twins Samples are [MIT Licensed](https://github.com/Azure-Samples/digital-twins-samples-csharp/blob/master/LICENSE.md).
48+
49+
## See also
50+
51+
* Azure Digital Twins [product documentation](https://docs.microsoft.com/azure/digital-twins/)
52+
53+
* Azure Digital Twins [User-defined functions client library reference](https://docs.microsoft.com/azure/digital-twins/reference-user-defined-functions-client-library)

0 commit comments

Comments
 (0)