From 0e08bc3d3d9e4ed6b250f79c3bbc71cd192dd42a Mon Sep 17 00:00:00 2001 From: lucasmerlin Date: Wed, 15 Oct 2025 11:48:55 +0200 Subject: [PATCH] Fix kitdiff links --- .github/workflows/preview_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview_deploy.yml b/.github/workflows/preview_deploy.yml index 8fbe8bae782..d29e7f4b00a 100644 --- a/.github/workflows/preview_deploy.yml +++ b/.github/workflows/preview_deploy.yml @@ -62,6 +62,6 @@ jobs: Preview available at https://egui-pr-preview.github.io/pr/${{ env.URL_SLUG }} Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed. - View snapshot changes at [kitdiff](https://rerun-io.github.io/kitdiff/?url=${{ github.event.pull_request.html_url }}) + View snapshot changes at [kitdiff](https://rerun-io.github.io/kitdiff/?url=https://github.com/emilk/egui/pull/${{ env.PR_NUMBER }}) pr_number: ${{ env.PR_NUMBER }} comment_tag: 'egui-preview'