Skip to content

Commit bb79e90

Browse files
authored
Documentation - fix links in station-class.rst (#9191)
1 parent 9e3ba26 commit bb79e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/esp8266wifi/station-class.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Function returns one of the following connection statuses:
473473
- ``WL_IDLE_STATUS`` when Wi-Fi is in process of changing between statuses
474474
- ``WL_DISCONNECTED`` if module is not configured in station mode
475475

476-
Returned value is type of ``wl_status_t`` defined in `wl\_definitions.h <https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/src/include/wl_definitions.h>`__
476+
Returned value is type of ``wl_status_t`` defined in `wl\_definitions.h <https://github.com/esp8266/Arduino/blob/master/cores/esp8266/wl_definitions.h>`__
477477

478478
*Example code:*
479479

@@ -511,7 +511,7 @@ Returned value is type of ``wl_status_t`` defined in `wl\_definitions.h <https:/
511511
Connection status: 3
512512
Connected, IP address: 192.168.1.10
513513

514-
Particular connection statuses 6 and 3 may be looked up in `wl\_definitions.h <https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/src/include/wl_definitions.h>`__ as follows:
514+
Particular connection statuses 6 and 3 may be looked up in `wl\_definitions.h <https://github.com/esp8266/Arduino/blob/master/cores/esp8266/wl_definitions.h>`__ as follows:
515515

516516
::
517517

0 commit comments

Comments
 (0)