From 66831756a5860bb2e80bb7bfa8857040c279312b Mon Sep 17 00:00:00 2001 From: Jason Young <46612682+jyoung8607@users.noreply.github.com> Date: Mon, 24 May 2021 12:03:18 -0400 Subject: [PATCH] Fix broken relative URL in car port PR template (#21014) * Relative to absolute URL * Fix URL in another location old-commit-hash: 4587c17f44f587bc3410337009a289b1b6ce2cc6 --- .github/PULL_REQUEST_TEMPLATE/car_port.md | 2 +- .github/pull_request_template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/car_port.md b/.github/PULL_REQUEST_TEMPLATE/car_port.md index 7d681d58c3..9c2d70919f 100644 --- a/.github/PULL_REQUEST_TEMPLATE/car_port.md +++ b/.github/PULL_REQUEST_TEMPLATE/car_port.md @@ -9,6 +9,6 @@ assignees: '' **Checklist** - [ ] added to README -- [ ] test route added to [test_routes.py](../../selfdrive/test/test_routes.py) +- [ ] test route added to [test_routes.py](https://github.com/commaai/openpilot/blob/master/selfdrive/test/test_models.py) - [ ] route with openpilot: - [ ] route with stock system: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a1131eac44..32bc804ae1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,7 +23,7 @@ Route: [a route with the bug fix] **Checklist** - [ ] added to README -- [ ] test route added to [test_routes.py](../../selfdrive/test/test_routes.py) +- [ ] test route added to [test_routes.py](https://github.com/commaai/openpilot/blob/master/selfdrive/test/test_models.py) - [ ] route with openpilot: - [ ] route with stock system: