8000 Documentation - fix links in station-class.rst (#9191) · mcauser/esp8266-Arduino@bb79e90 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb79e90

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/esp8266wifi/station-class.rst

Lines changed: 2 additions & 2 deletions
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)
0