diff --git a/.gitlab/ci/docs.yml b/.gitlab/ci/docs.yml index f06869d90a..6127970ead 100644 --- a/.gitlab/ci/docs.yml +++ b/.gitlab/ci/docs.yml @@ -39,7 +39,6 @@ check_readme_links: extends: - .pre_check_job_template - - .doc-rules:build:docs tags: ["build", "amd64", "internet"] allow_failure: true script: diff --git a/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/README.md b/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/README.md index 9612efa33e..287456d261 100644 --- a/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/README.md +++ b/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/README.md @@ -8,7 +8,7 @@ This unit test tests basic functionality of the `ESPTimer` class. The test does ## Requirements * A Linux system -* The usual IDF requirements for Linux system, as described in the [Getting Started Guides](../../../../docs/en/get-started/index.rst). +* The usual IDF requirements for Linux system, as described in the [Getting Started Guides](../../../../../../docs/en/get-started/index.rst). * The host's gcc/g++ This application has been tested on Ubuntu 20.04 with `gcc` version *9.3.0*. @@ -19,7 +19,7 @@ First, make sure that the target is set to Linux. Run `idf.py --preview set-targ ## Run -IDF monitor doesn't work yet for Linux. You have to run the app manually: +IDF monitor doesn't work yet for Linux. You have to run the app manually: ```bash build/test_esp_timer_cxx_host.elf @@ -30,7 +30,7 @@ build/test_esp_timer_cxx_host.elf Ideally, all tests pass, which is indicated by "All tests passed" in the last line: ```bash -$ build/test_esp_timer_cxx_host.elf +$ build/test_esp_timer_cxx_host.elf =============================================================================== All tests passed (9 assertions in 11 test cases) ```