Skip to content

Commit 5a5e2fc

Browse files
authored
Merge pull request #25 from MrShrekThird/master
Made word 'Vala' link to vala.dev and changed Libgee link from GNOME Wiki (Obsolete) to gitlab.gnome.org
2 parents 3946f89 + 93916b2 commit 5a5e2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[<img src="vala.svg" align="right" width="100">](https://vala.dev)
44

5-
A curated list of resources for Vala - A programming language using modern high level abstractions without imposing additional runtime requirements, by leaning on GLib and GObject.
5+
A curated list of resources for [Vala](https://vala.dev/) - A programming language using modern high level abstractions without imposing additional runtime requirements, by leaning on GLib and GObject.
66

77
## Contents
88

@@ -146,7 +146,7 @@ A curated list of resources for Vala - A programming language using modern high
146146
### Data Structures & Data Types
147147

148148
- [Graphene](https://github.com/ebassi/graphene) - A thin layer of types for graphic libraries. It provides common types needed to handle 3D transformations: points, triangles, rectangles, quads, quaternions, vectors, matrices, spheres, etc.
149-
- [Libgee](https://wiki.gnome.org/Projects/Libgee) - A utility library providing GObject-based interfaces and classes for commonly used data structures (lists, maps, queues, trees, etc.).
149+
- [Libgee](https://gitlab.gnome.org/GNOME/libgee) - A utility library providing GObject-based interfaces and classes for commonly used data structures (lists, maps, queues, trees, etc.).
150150
- [Numeric-GLib](https://github.com/arteymix/numeric-glib) - A collection of numeric data types for GLib (and Vala) via GCC extensions. It includes 128 bit integers & floats, complex types, vectorized operations, and decimal types.
151151
- [United](https://github.com/lcallarec/united) - A library for unit manipulation (like kilograms, meters, etc).
152152
- [vul (Vala Utility Libraries)](https://gitlab.gnome.org/BZHDeveloper/vul) - A set of utility libraries for Vala that add: Text stream handling (input and output), JSON serialization and deserialization, and, Archive compression and extraction.

0 commit comments

Comments
 (0)