From ee6349c3dbe566cc0f8897a52033553159390278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kr=C3=A1tk=C3=BD?= Date: Thu, 16 Jul 2026 18:31:16 +0200 Subject: [PATCH] docs: update autopkgtest PPA result URL format (fixes #269) --- docs/contributors/advanced/resolve-a-migration-issue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributors/advanced/resolve-a-migration-issue.md b/docs/contributors/advanced/resolve-a-migration-issue.md index 6768e4dfd..4b6c412b4 100644 --- a/docs/contributors/advanced/resolve-a-migration-issue.md +++ b/docs/contributors/advanced/resolve-a-migration-issue.md @@ -177,10 +177,10 @@ release=&arch=&package=&trigger=/&ppa=` above) for the test request to be successful. ::: -The test is then displayed at [`autopkgtest.ubuntu.com/running`](https://autopkgtest.ubuntu.com/running). Upon completion, the test result is available at an index page at `https://autopkgtest.ubuntu.com/results/autopkgtest---/?format=plain`. The index contains the results for each autopkgtest run against this particular `` for this ``. To see a particular test, append the appropriate path from the index to +The test is then displayed at [`autopkgtest.ubuntu.com/running`](https://autopkgtest.ubuntu.com/running). Upon completion, the test result is available at `https://autopkgtest.ubuntu.com/user//ppa`. The index contains the results for each autopkgtest run against this particular ``. To see a particular test, navigate to ```none -https://autopkgtest.ubuntu.com/results/autopkgtest---/ +https://autopkgtest.ubuntu.com/user//ppa ```