From 5e2856e3209d4ab16d21a1f828ff94b46a35a0b6 Mon Sep 17 00:00:00 2001 From: Jackestar Date: Wed, 26 Aug 2026 03:48:56 -0400 Subject: [PATCH] docs: use absolute repo links in `.github/CONTRIBUTING.md` (#15919) --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 310b5a3070b6..a30e677d0327 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Tauri Contributing Guide -Hi! We, the maintainers, are really excited that you are interested in contributing to Tauri. Before submitting your contribution though, please make sure to take a moment and read through the [Code of Conduct](CODE_OF_CONDUCT.md), as well as the appropriate section for the contribution you intend to make: +Hi! We, the maintainers, are really excited that you are interested in contributing to Tauri. Before submitting your contribution though, please make sure to take a moment and read through the [Code of Conduct](/.github/CODE_OF_CONDUCT.md), as well as the appropriate section for the contribution you intend to make: - [Issue Reporting Guidelines](#issue-reporting-guidelines) - [Pull Request Guidelines](#pull-request-guidelines) @@ -64,7 +64,7 @@ pnpm build ### Overview -See [Architecture](../ARCHITECTURE.md#major-components) for an overview of the packages in this repository. +See [Architecture](/ARCHITECTURE.md#major-components) for an overview of the packages in this repository. ### Developing Tauri Core and Related Components (Rust API, Macros, Codegen, and Utils)