From 3b94ddcda9a190406a56cab54ce97bd474806bcc Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Sun, 31 Jan 2016 20:55:40 +0100 Subject: [PATCH] Point OBoy to GitLab --- projects/oboy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/oboy/index.md b/projects/oboy/index.md index 1fc6a34..fb84ee5 100644 --- a/projects/oboy/index.md +++ b/projects/oboy/index.md @@ -4,7 +4,7 @@ title: OBoy OBoy is a Game Boy emulator written in OCaml. -[GitHub repository](https://github.com/ffreling/oboy) +[GitLab repository](https://gitlab.com/ffreling/oboy) This project explores the internals of the Game Boy, documenting it along the way. It is also an experiment of writing a low-level program in functional language.