From cb156a46d608d3c5f218b77f0e826a2aa406f7c9 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 22 Jan 2023 14:58:09 -0700 Subject: [PATCH] dev: template: fix broken link Signed-off-by: Stephen Gutekanst --- dev/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/template/README.md b/dev/template/README.md index a7c306f0..b64debf1 100644 --- a/dev/template/README.md +++ b/dev/template/README.md @@ -35,4 +35,4 @@ Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/ ## Contributing -Contributions are very welcome. Pull requests must be sent to [the main repository](https://github.com/hexops/mach/tree/main/foobar) to avoid some complex merge conflicts we'd get by accepting contributions in both repositories. Once the changes are merged there, they'll get sync'd to this repository automatically. +Contributions are very welcome. Pull requests must be sent to [the main repository](https://github.com/hexops/mach/tree/main/libs/foobar) to avoid some complex merge conflicts we'd get by accepting contributions in both repositories. Once the changes are merged there, they'll get sync'd to this repository automatically.