Update links in example code

This commit is contained in:
Christoffer Lerno
2025-05-01 02:14:15 +02:00
parent 005cc08118
commit f0d2b0eff0

View File

@@ -35,7 +35,7 @@ whole new language.
### Example code
The following code shows [generic modules](https://c3-lang.org/references/docs/generics/) (more examples can be found at https://c3-lang.org/references/docs/examples/).
The following code shows [generic modules](https://c3-lang.org/generic-programming/generics/) (more examples can be found at https://c3-lang.org/language-overview/examples/).
```cpp
module stack {Type};