Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/link-checks.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
4 changes: 2 additions & 2 deletions docs/dev/tutorial/small_ui_changes/simple_client_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)