From ee5b7e96f2c9b139491f558b43119e682dd29fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Insaurralde?= Date: Sat, 25 Oct 2025 12:39:05 -0300 Subject: [PATCH] Fix examples link in contributing doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Insaurralde --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fe9fee8f..1782025bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ If you make a non-trivial change to `dstack`, we recommend you learn about `dsta * Bug fixes that address a clearly defined bug. Include steps to reproduce in the linked issue or the PR. * New features. Before submitting a feature PR, create an issue with a proposal to discuss it with the core team and other interested parties. * Minor fixes such as typos. -* [Examples](examples/README.md). +* [Examples](examples). ### Before pushing your changes