From 27d806e961725c3a33d21df9c6130ddfe50586dd Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 24 Mar 2026 11:18:54 -0400 Subject: [PATCH] fix(docs): make contributing.mdx a symlink --- docs/development/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 120000 docs/development/contributing.mdx diff --git a/docs/development/contributing.mdx b/docs/development/contributing.mdx deleted file mode 100644 index bcac999a8..000000000 --- a/docs/development/contributing.mdx +++ /dev/null @@ -1 +0,0 @@ -../../CONTRIBUTING.md diff --git a/docs/development/contributing.mdx b/docs/development/contributing.mdx new file mode 120000 index 000000000..f939e75f2 --- /dev/null +++ b/docs/development/contributing.mdx @@ -0,0 +1 @@ +../../CONTRIBUTING.md \ No newline at end of file