Skip to content

Commit 6f45a8e

Browse files
update version number in links etc.
1 parent 8d2481a commit 6f45a8e

File tree

167 files changed

+427
-427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+427
-427
lines changed

check_tools/search_replace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"replace": "https://github.com/ARMmbed/mbed-os-snippet-",
44
"insert_start_tag": "https:\/\/github.com\/ARMmbed\/mbed-os-snippet-.*\/",
55
"insert_end_tag": "\\)",
6-
"insert_string": "tree/v6.7"
6+
"insert_string": "tree/v6/13"
77
}

deprecated/UARTService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## UARTService class reference
66

7-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/_u_a_r_t_service_8h_source.html)
7+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/_u_a_r_t_service_8h_source.html)
88

99
## UARTService example
1010

deprecated/iBeacon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The iBeacon class builds an advertising payload mimicking an iBeacon and assigns
1010

1111
## iBeacon class reference
1212

13-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/i_beacon_8h_source.html)
13+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/i_beacon_8h_source.html)
1414

1515
## iBeacon example
1616

docs/api/connectivity/bluetooth/BLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ Development happens on the `development` branch. If you report an issue or open
124124

125125
## BLE class reference
126126

127-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/classble_1_1_b_l_e.html)
127+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/classble_1_1_b_l_e.html)

docs/api/connectivity/bluetooth/Gap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ The default value of data length supported by all controllers is 23 octets. If b
6464

6565
## GAP class reference
6666

67-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/classble_1_1_gap.html)
67+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/classble_1_1_gap.html)
6868

6969

7070
## GAP example
7171

7272
Here is an example demonstrating how to use the GAP API to advertise, scan, connect and disconnect and how parameters influence efficiency of these actions.
7373

74-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GAP/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GAP/source/main.cpp)
74+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GAP/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GAP/source/main.cpp)

docs/api/connectivity/bluetooth/GattClient.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Clients register for these updates by setting the Client Characteristic Configur
3434

3535
## GattClient class reference
3636

37-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/classble_1_1_gatt_client.html)
37+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/classble_1_1_gatt_client.html)
3838

3939
## GattClient examples
4040

4141
### Characteristic writes
4242

43-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattClient_CharacteristicWrite/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattClient_CharacteristicWrite/source/main.cpp)
43+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattClient_CharacteristicWrite/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattClient_CharacteristicWrite/source/main.cpp)
4444

4545
### Characteristic updates
4646

47-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattClient_CharacteristicUpdates/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattClient_CharacteristicUpdates/source/main.cpp)
47+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattClient_CharacteristicUpdates/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattClient_CharacteristicUpdates/source/main.cpp)

docs/api/connectivity/bluetooth/GattServer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ The term characteristic value update represents Characteristic Value Notificatio
3737

3838
## GattServer class reference
3939

40-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/classble_1_1_gatt_server.html)
40+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/classble_1_1_gatt_server.html)
4141

4242
## GattServer examples
4343

4444
### Add Service
4545

46-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_AddService/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_AddService/source/main.cpp)
46+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattServer_AddService/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattServer_AddService/source/main.cpp)
4747

4848
### Characteristic Writes
4949

50-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_CharacteristicWrite/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_CharacteristicWrite/source/main.cpp)
50+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattServer_CharacteristicWrite/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattServer_CharacteristicWrite/source/main.cpp)
5151

5252
### Characteristic Updates
5353

54-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_CharacteristicUpdates/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_CharacteristicUpdates/source/main.cpp)
54+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattServer_CharacteristicUpdates/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_GattServer_CharacteristicUpdates/source/main.cpp)

docs/api/connectivity/bluetooth/SecurityManager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ The simplest example is a pairing of a device with no IO capabilities and no OOB
4646

4747
## SecurityManager class reference
4848

49-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/classble_1_1_security_manager.html)
49+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/classble_1_1_security_manager.html)
5050

5151
## SecurityManager example
5252

5353
The SecurityManager example demonstrates both a central and a peripheral connecting, performing basic pairing and setting up link security.
5454

55-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_SecurityAndPrivacy/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_SecurityAndPrivacy/source/main.cpp)
55+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_SecurityAndPrivacy/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.13.0/BLE_SecurityAndPrivacy/source/main.cpp)

docs/api/connectivity/lorawan/loraradio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ To configure this class, please see the [LoRa configuration documentation](../ap
88

99
## LoRaRadio class reference
1010

11-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_lo_ra_radio.html)
11+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_lo_ra_radio.html)
1212

1313
## LoRaRadio example
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-6.7.0/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-6.13.0/main.cpp)
1616

1717
## Related content
1818

docs/api/connectivity/lorawan/lorawan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ To configure this class, please see the [LoRa configuration documentation](../ap
66

77
## LoRaWANInterface class reference
88

9-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_lo_ra_w_a_n_interface.html)
9+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_lo_ra_w_a_n_interface.html)
1010

1111
## LoRaWAN example
1212

1313
Please visit our Arm Mbed Online Compiler example, and follow the instructions in the `README.md`.
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-6.7.0/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-6.13.0/main.cpp)
1616

1717
## Related content
1818

docs/api/connectivity/networkinterfaces/CellularInterface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 id="cellular-api">Cellular</h1>
22

3-
<span class="images">![](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_cellular_interface.png)<span>CellularInterface class hierarchy</span></span>
3+
<span class="images">![](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_cellular_interface.png)<span>CellularInterface class hierarchy</span></span>
44

55

66
<span class="notes">**Note:** Some functions, variables or types have been deprecated. Please see the class reference linked below for details.</span>
@@ -51,7 +51,7 @@ You can use and extend a cellular interface in various different ways. For examp
5151

5252
## CellularInterface class reference
5353

54-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_cellular_interface.html)
54+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_cellular_interface.html)
5555

5656
## Usage
5757

@@ -65,7 +65,7 @@ To bring up the network interface:
6565

6666
This example establishes connection with the cellular network using Mbed OS CellularInterface.
6767

68-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cellular)](https://github.com/ARMmbed/mbed-os-example-cellular/blob/mbed-os-6.7.0/source/main.cpp)
68+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cellular)](https://github.com/ARMmbed/mbed-os-example-cellular/blob/mbed-os-6.13.0/source/main.cpp)
6969

7070
## Related content
7171

docs/api/connectivity/networkinterfaces/EthInterface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ethernet
22

3-
<span class="images">![](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_eth_interface.png)<span>EthInterface class hierarchy</span></span>
3+
<span class="images">![](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_eth_interface.png)<span>EthInterface class hierarchy</span></span>
44

55
The `EthInterface` provides a C++ API for connecting to the internet over Ethernet. By default, this class does not require any configuration. It is able to pick up the default Ethernet driver for the target and select correct network stack.
66

@@ -49,13 +49,13 @@ Network interface `connect` failure causes:
4949

5050
## EthInterface class reference
5151

52-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_eth_interface.html)
52+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_eth_interface.html)
5353

5454
## EthInterface example
5555

5656
Here is an example of an HTTP client program. The program brings up Ethernet as the underlying network interface and uses it to perform an HTTP transaction over a TCPSocket:
5757

58-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/blob/v6.7/main.cpp)
58+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/tree/v6/13)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/blobl/v6/13/main.cpp)
5959

6060
## Related content
6161

docs/api/connectivity/networkinterfaces/MeshInterface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 id="mesh-api">Mesh</h1>
22

3-
<span class="images">![](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_mesh_interface.png)<span>MeshInterface class hierarchy</span></span>
3+
<span class="images">![](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_mesh_interface.png)<span>MeshInterface class hierarchy</span></span>
44

55
The Arm Mbed Mesh API allows the application to use the IPv6 mesh network topologies through the [Nanostack](../apis/6LoWPAN-ND-tech.html) networking stack.
66

@@ -16,13 +16,13 @@ You can configure the mesh interface by providing values in `mbed_app.json`, as
1616

1717
## Mesh class reference
1818

19-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_mesh_interface.html)
19+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_mesh_interface.html)
2020

2121
## Mesh example
2222

2323
The following code snippet illustrates how you can use the MeshInterface API:
2424

25-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-Mesh_Ex1/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-Mesh_Ex1/blob/v6.7/main.cpp)
25+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-Mesh_Ex1/tree/v6/13)](https://github.com/ARMmbed/mbed-os-snippet-Mesh_Ex1/blobl/v6/13/main.cpp)
2626

2727

2828
## Related content

docs/api/connectivity/networkinterfaces/NetworkStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This optional and has a small RAM and ROM increase, so applications are not requ
113113

114114
Registering a status callback that connection state changes trigger depends on whether the network interface provides this functionality.
115115

116-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket_ConnStateCb/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket_ConnStateCb/blob/v6.7/main.cpp)
116+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket_ConnStateCb/tree/v6/13)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket_ConnStateCb/blobl/v6/13/main.cpp)
117117

118118
## Related content
119119

docs/api/connectivity/networkinterfaces/WifiInterface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Wi-Fi
22

3-
<span class="images">![](http://os.mbed.com/docs/development/mbed-os-api-doxy/class_wi_fi_interface.png)<span>WiFiInterface class hierarchy</span></span>
3+
<span class="images">![](http://os.mbed.com/docs/v6.13/mbed-os-api-doxy/class_wi_fi_interface.png)<span>WiFiInterface class hierarchy</span></span>
44

55
The WifiInterface provides a simple C++ API for connecting to the internet over a Wi-Fi device.
66

77
## Wi-Fi class reference
88

9-
[![View code](https://www.mbed.com/embed/?type=library)](http://os.mbed.com/docs/development/mbed-os-api-doxy/class_wi_fi_interface.html)
9+
[![View code](https://www.mbed.com/embed/?type=library)](http://os.mbed.com/docs/v6.13/mbed-os-api-doxy/class_wi_fi_interface.html)
1010

1111
## Usage
1212

@@ -60,7 +60,7 @@ This program scans for Wi-Fi access points in the area. There are multiple [Wi-F
6060

6161
The ESP8266Interface uses AT commands over serial interface to connect to an external Wi-Fi device. The OdinWiFiInterface provides an Ethernet-like driver to the Mbed OS network stack. The network stack uses the driver to connect to Wi-Fi:
6262

63-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocketWiFi/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocketWiFi/blob/v6.7/main.cpp)
63+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocketWiFi/tree/v6/13)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocketWiFi/blobl/v6/13/main.cpp)
6464

6565
## Related content
6666

docs/api/connectivity/networksocket/CellularNonIPSocket.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Non-IP cellular socket
22

3-
<span class="images">![](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/classmbed_1_1_cellular_non_i_p_socket.png)<span>CellularNonIPSocket class hierarchy</span></span>
3+
<span class="images">![](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/classmbed_1_1_cellular_non_i_p_socket.png)<span>CellularNonIPSocket class hierarchy</span></span>
44

55
The CellularNonIPSocket class provides, through standard socket `send` and `recv` member functions, the ability to send and receive 3GPP non-IP datagrams (NIDD) using our cellular IoT feature. This feature is implemented in the [`ControlPlane_netif`](../mbed-os-api-doxy/classmbed_1_1_control_plane__netif.html) class.
66

@@ -28,10 +28,10 @@ You can request Control Plane optimization mode either with CellularDevice's [`c
2828

2929
## CellularNonIPSocket class reference
3030

31-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/classmbed_1_1_cellular_non_i_p_socket.html)
31+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/classmbed_1_1_cellular_non_i_p_socket.html)
3232

3333
## CellularNonIPSocket example
3434

3535
The following code demonstrates how to create and use a cellular non-IP socket:
3636

37-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-CellularNonIPSocket/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-CellularNonIPSocket/blob/v6.7/main.cpp)
37+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-CellularNonIPSocket/tree/v6/13)](https://github.com/ARMmbed/mbed-os-snippet-CellularNonIPSocket/blobl/v6/13/main.cpp)

docs/api/connectivity/networksocket/DNS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DNS Resolver
22

3-
<span class="images">![](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_d_n_s.png)<span>DNS class hierarchy</span></span>
3+
<span class="images">![](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_d_n_s.png)<span>DNS class hierarchy</span></span>
44

55
The DNS resolver provides an interface to do DNS host name resolutions. You can use DNS host name resolution to convert resource names to IP addresses. You can make DNS host name resolution after connecting the interface. You can use the returned IP address to make the socket connection.
66

@@ -38,13 +38,13 @@ Callback is called from thread context. If the callback takes more than 10ms to
3838

3939
## DNS resolver class reference
4040

41-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_d_n_s.html)
41+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_d_n_s.html)
4242

4343
## DNS resolver example
4444

4545
This DNS resolver example makes asynchronous DNS host name resolution.
4646

47-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-DNS_GetHostbyNameAsync/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-DNS_GetHostbyNameAsync/blob/v6.7/main.cpp)
47+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-DNS_GetHostbyNameAsync/tree/v6/13)](https://github.com/ARMmbed/mbed-os-snippet-DNS_GetHostbyNameAsync/blobl/v6/13/main.cpp)
4848

4949
## Troubleshooting information
5050

docs/api/connectivity/networksocket/SocketAddress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Use the SocketAddress class to represent the IP address and port pair of a uniqu
44

55
## SocketAddress class reference
66

7-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_socket_address.html)
7+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/v6.13/mbed-os-api-doxy/class_socket_address.html)
88

99
## SocketAddress example
1010

1111
Here is an example to read current UTC time. This example uses the SocketAddress class to get the server IP address and port.
1212

13-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/blob/v6.7/main.cpp)
13+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/tree/v6/13)](https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/blobl/v6/13/main.cpp)
1414

1515
## Related content
1616

0 commit comments

Comments
 (0)