From 8d6505558ba1d60930054dd3ffae839e700fc29c Mon Sep 17 00:00:00 2001 From: Harjoben Singh Date: Wed, 30 Jul 2025 09:37:50 +0800 Subject: [PATCH] docs: fixed broken links in CONTRIBUTING.md (#9231) Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ad3167fb..a854d4692 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,9 +22,9 @@ For setup instructions, see [DEVELOPMENT.md](./DEVELOPMENT.md). ## Additional Guides -- [Contribute Bundles](./docs/docs/Contributing/contributing-bundles.md) -- [Contribute Components](./docs/docs/Contributing/contributing-components.md) -- [Contribute Tests](./docs/docs/Contributing/contributing-component-tests.md) -- [Contribute Templates](./docs/docs/Contributing/contributing-templates.md) +- [Contribute Bundles](./docs/docs/Contributing/contributing-bundles.mdx) +- [Contribute Components](./docs/docs/Contributing/contributing-components.mdx) +- [Contribute Tests](./docs/docs/Contributing/contributing-component-tests.mdx) +- [Contribute Templates](./docs/docs/Contributing/contributing-templates.mdx) Thank you for helping improve Langflow! \ No newline at end of file