From aafb26189fb97ce493c52612a2936fe9ac3e7f24 Mon Sep 17 00:00:00 2001 From: BratishkaErik <25210740+BratishkaErik@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:22:23 +0600 Subject: [PATCH] all: README: fix links to main repository (#600) --- libs/basisu/README.md | 2 +- libs/freetype/README.md | 2 +- libs/glfw/README.md | 2 +- libs/gpu/README.md | 2 +- libs/trimesh2d/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/basisu/README.md b/libs/basisu/README.md index 7d3eb5f4..9fe9a317 100644 --- a/libs/basisu/README.md +++ b/libs/basisu/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/basisu) 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/basisu) 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. diff --git a/libs/freetype/README.md b/libs/freetype/README.md index 3cf75906..9a794849 100644 --- a/libs/freetype/README.md +++ b/libs/freetype/README.md @@ -98,7 +98,7 @@ 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/freetype) 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/freetype) 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. # Thanks diff --git a/libs/glfw/README.md b/libs/glfw/README.md index d9685afc..8791df2e 100644 --- a/libs/glfw/README.md +++ b/libs/glfw/README.md @@ -150,6 +150,6 @@ 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/glfw) 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/glfw) 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. For now mach/glfw tracks the latest `master` revision of GLFW, as recorded [in this file](https://github.com/hexops/glfw/blob/main/VERSION), as this version has critical undefined behavior fixes required for GLFW to work with Zig. We will switch to stable releases of GLFW once GLFW 3.4 is tagged. diff --git a/libs/gpu/README.md b/libs/gpu/README.md index 7bf52873..e3b527cf 100644 --- a/libs/gpu/README.md +++ b/libs/gpu/README.md @@ -77,7 +77,7 @@ 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/gpu) 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/gpu) 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. ## Goals diff --git a/libs/trimesh2d/README.md b/libs/trimesh2d/README.md index 409be217..6ae89642 100644 --- a/libs/trimesh2d/README.md +++ b/libs/trimesh2d/README.md @@ -67,4 +67,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/trimesh2d) 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/trimesh2d) 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.