From a781856c9d70df23c6d8ea9ddc3ee523959d3f7a Mon Sep 17 00:00:00 2001 From: Antal Szava Date: Mon, 17 Aug 2026 15:02:53 +0200 Subject: [PATCH] fix: fix link to contributing markdown file in PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 685261f..aa3e68d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,4 +10,4 @@ > [!IMPORTANT] > Most code in `ionq_core/` is auto-generated and overwritten on regeneration. -> See [CONTRIBUTING.md](../CONTRIBUTING.md#proposing-changes) for which files are safe to edit. +> See [CONTRIBUTING.md](https://github.com/ionq/ionq-core-python/blob/main/CONTRIBUTING.md#proposing-changes) for which files are safe to edit.