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.