Skip to content

Commit 8829072

Browse files
Fix examples link in contributing doc (#3228)
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
1 parent bd9fe78 commit 8829072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you make a non-trivial change to `dstack`, we recommend you learn about `dsta
3535
* Bug fixes that address a clearly defined bug. Include steps to reproduce in the linked issue or the PR.
3636
* New features. Before submitting a feature PR, create an issue with a proposal to discuss it with the core team and other interested parties.
3737
* Minor fixes such as typos.
38-
* [Examples](examples/README.md).
38+
* [Examples](examples).
3939

4040
### Before pushing your changes
4141

0 commit comments

Comments
 (0)