From db400952fd87fdd6dc9d5e6e37654e76358e54f6 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Thu, 18 Dec 2025 19:08:04 -0600 Subject: [PATCH 1/2] Update link to lib.json in documentation Fix broken Github link in released doc. --- docs/en/external_libraries_test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/external_libraries_test.rst b/docs/en/external_libraries_test.rst index 4dda53cda0b..9af5f31c8b2 100644 --- a/docs/en/external_libraries_test.rst +++ b/docs/en/external_libraries_test.rst @@ -129,4 +129,4 @@ In the table the results are in order ``BEFORE -> AFTER``. :class: no-scaled-link .. _LIBRARIES_TEST.md: https://github.com/espressif/arduino-esp32/blob/gh-pages/LIBRARIES_TEST.md -.. _lib.json: https://github.com/espressif/arduino-esp32/.github/workflow/lib.json +.. _lib.json: https://github.com/espressif/arduino-esp32/tree/master/.github/workflow/lib.json From 4fbf50e8104fafdc5a2cbab078ff2a767ff795e2 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Fri, 19 Dec 2025 03:27:12 -0600 Subject: [PATCH 2/2] Fix link to lib.json in external_libraries_test.rst Eithier works for me right now, but I just want it fixed, so OK. --- docs/en/external_libraries_test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/external_libraries_test.rst b/docs/en/external_libraries_test.rst index 9af5f31c8b2..6e9b6e1519f 100644 --- a/docs/en/external_libraries_test.rst +++ b/docs/en/external_libraries_test.rst @@ -129,4 +129,4 @@ In the table the results are in order ``BEFORE -> AFTER``. :class: no-scaled-link .. _LIBRARIES_TEST.md: https://github.com/espressif/arduino-esp32/blob/gh-pages/LIBRARIES_TEST.md -.. _lib.json: https://github.com/espressif/arduino-esp32/tree/master/.github/workflow/lib.json +.. _lib.json: https://github.com/espressif/arduino-esp32/blob/master/.github/workflows/lib.json