From e0a842a1ec9f1f7498abc6256433d015256fb711 Mon Sep 17 00:00:00 2001 From: swchoi727 Date: Thu, 5 Dec 2013 23:09:15 -0800 Subject: [PATCH] Update free-programming-books.md changed "Graphics User Interfaces" into "Graphical User Interfaces" --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 15fd7367..d83ef061 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1,6 +1,6 @@ ###Index * [Meta-Lists](#meta-lists) -* [Graphics user interfaces](#graphics-user-interfaces) +* [Graphical user interfaces](#graphical-user-interfaces) * [Graphics Programming](#graphics-programming) * [Language Agnostic](#language-agnostic) * [Algorithms & Datastructures](#algorithms--datastructures) @@ -160,7 +160,7 @@ * [Tutorials for modern OpenGL](http://www.opengl-tutorial.org/) * [OpenGL Programming Guide (The Red Book)](http://fly.srk.fer.hr/~unreal/theredbook/) -###Graphics User Interfaces +###Graphical User Interfaces * [Programming with gtkmm 3](https://developer.gnome.org/gtkmm-tutorial/stable/) -- GitLab