From 25f73a6967cfdb0e8058f07b3b759b7fbfb27c7a Mon Sep 17 00:00:00 2001 From: xtrm Date: Wed, 20 Dec 2023 00:58:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20change=20github=20links?= =?UTF-8?q?=20to=20reflect=20organisation=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xtrm --- README.md | 10 +++++----- includes/mlx.h | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 55b495f..2f99e3d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@
drawing
- - - + + +
- +
@@ -65,7 +65,7 @@ To build on Windows you may need to use the [xmake](https://xmake.io) build. [He ### Clone and Build Finally, you can clone the Git repository. When inside it, run the GNU `make` command to compile MacroLibX. ```bash -git clone https://github.com/420verfl0w/MacroLibX.git +git clone https://github.com/seekrs/MacroLibX.git cd MacroLibX make ``` diff --git a/includes/mlx.h b/includes/mlx.h index 5e68ad4..e2f2570 100644 --- a/includes/mlx.h +++ b/includes/mlx.h @@ -6,11 +6,11 @@ /* By: maldavid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/10/04 16:56:35 by maldavid #+# #+# */ -/* Updated: 2023/12/14 16:27:44 by maldavid ### ########.fr */ +/* Updated: 2023/12/20 00:57:15 by kiroussa ### ########.fr */ /* */ /* ************************************************************************** */ -// MacroLibX official repo https://github.com/420verfl0w/MacroLibX +// MacroLibX official repo https://github.com/seekrs/MacroLibX #ifndef __MACRO_LIB_X_H__ #define __MACRO_LIB_X_H__ @@ -173,7 +173,7 @@ MLX_API void* mlx_new_image(void* mlx, int width, int height); * /!\ If you run into glitches when writing or reading pixels from images /!\ * You need to add IMAGES_OPTIMIZED=false to your make mlx command * ``` - * ~ git clone https://github.com/420verfl0w/MacroLibX.git + * ~ git clone https://github.com/seekrs/MacroLibX.git * ~ cd MacroLibX * ~ make IMAGES_OPTIMIZED=false * ``` @@ -194,7 +194,7 @@ MLX_API int mlx_get_image_pixel(void* mlx, void* img, int x, int y); * /!\ If you run into glitches when writing or reading pixels from images /!\ * You need to add IMAGES_OPTIMIZED=false to your make mlx command * ``` - * ~ git clone https://github.com/420verfl0w/MacroLibX.git + * ~ git clone https://github.com/seekrs/MacroLibX.git * ~ cd MacroLibX * ~ make IMAGES_OPTIMIZED=false * ```