used proper markdown links

This commit is contained in:
Parker TenBroeck 2026-01-22 11:52:18 -05:00
parent 6c8e98dc98
commit b717263c67
9 changed files with 17 additions and 13 deletions

View file

@ -8,8 +8,8 @@ tags = ["java", "bytecode"]
category = ["project"]
+++
[!WARN]
meow
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/generators)
```java
public static Future<Void, IOException> echo(@Cancellation("close") Socket socket) throws IOException {
@ -23,6 +23,4 @@ public static Future<Void, IOException> echo(@Cancellation("close") Socket socke
}
}
}
```
https://github.com/ParkerTenBroeck/generators
```