diff --git a/.github/workflows/link-checks.yml b/.github/workflows/link-checks.yml new file mode 100644 index 0000000..7549f0d --- /dev/null +++ b/.github/workflows/link-checks.yml @@ -0,0 +1,14 @@ +name: Check Markdown links + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: gaurav-nelson/github-action-markdown-link-check@0.6.0 diff --git a/docs/dev/tutorial/small_ui_changes/simple_client_changes.md b/docs/dev/tutorial/small_ui_changes/simple_client_changes.md index 7206df4..50c6365 100644 --- a/docs/dev/tutorial/small_ui_changes/simple_client_changes.md +++ b/docs/dev/tutorial/small_ui_changes/simple_client_changes.md @@ -9,6 +9,6 @@ As you look for your own tutorials, make sure they are using version 1 of the UI 1. [Change summary and consent](summary_and_consent.md) 2. [Remove a tab](remove_tab.md) -3. [Change colors](change_colors_to_your_theme.md) -4. [Display a customized survey](customized_survey.md) +3. Change colors (:construction:) +4. Display a customized survey (:construction:) 5. [Change the trip end prompt](change_trip_end_prompt.md)