From 69a2cd12299bbd166eb16b3c5233cedf807840e5 Mon Sep 17 00:00:00 2001 From: rafael Date: Fri, 3 Jan 2025 18:15:53 +0100 Subject: [PATCH] README: fix diamond-csgo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8855b34..4b5e2f7 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Each set of games is implemented as a standalone python package that: 1. Implements a `Game` class that subclasses `dweam.Game`. 2. Provides a `dweam.toml` file with the game's metadata. -See [diamond-yumenikki](https://github.com/dweam-team/diamond-yumenikki) or [diamond-csgo](https://github.com/dweam-team/diamond-csgo) for an example. +See [diamond-yumenikki](https://github.com/dweam-team/diamond-yumenikki) or [diamond-csgo](https://github.com/dweam-team/diamond/tree/csgo) for an example. ### Implement it