Skip to content

Commit 5b3a1df

Browse files
committed
Fix image refs
- Required so these show correctly in a nuget readme.
1 parent 9ce524b commit 5b3a1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ Note: when the certificate expires, you will have to fully reflash the device wi
8888

8989
You can store the certificate on the device flash and not in the code, so if you have to change the certificate, you'll just have to clean the current store and upload the new one. Edit the network properties:
9090

91-
![edit device network](device-network.jpg)
91+
[edit device network](https://raw.githubusercontent.com/yourusername/yourrepository/main/path/to/device-network.jpg)
9292

9393
Navigate to the `General` tab:
9494

95-
![device network certificate](device-network-certificate.jpg)
95+
![device network certificate](https://raw.githubusercontent.com/yourusername/yourrepository/main/path/to/device-network-certificate.jpg)
9696

9797
Browse to choose your certificate, it can be in a binary (crt, der) or string form (pem, txt) and select ok. The certificate to connect will be selected automatically during the connection.
9898

0 commit comments

Comments
 (0)