From 1c533ea922554c5ac88e294455b50f5dae06d78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Thu, 8 Mar 2018 10:55:58 +0100 Subject: [PATCH] update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 025bcae5d..ba8e3d647 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/370/badge)](https://bestpractices.coreinfrastructure.org/projects/370) -POrtable COmponents C++ Libraries are: --------------------------------------- +POCO (Portable Components) C++ Libraries are: +--------------------------------------------- + - A collection of C++ class libraries, conceptually similar to the Java Class Library, the .NET Framework or Apple’s Cocoa. - Focused on solutions to frequently-encountered practical problems. - Focused on ‘internet-age’ network-centric applications. @@ -33,5 +34,5 @@ In regards to Boost, in spite of some functional overlapping, POCO is best thought of as a Boost complement (rather than replacement). Side-by-side use of Boost and POCO is a very common occurrence. -[overview]: https://raw.githubusercontent.com/pocoproject/poco/poco-1.9.0/doc/images/overview.png "Poco Overview" -[logo]: https://raw.githubusercontent.com/pocoproject/poco/poco-1.9.0/doc/images/logo.png "Poco Logo" +[overview]: doc/images/overview.png "Poco Overview" +[logo]: doc/images/logo.png "Poco Logo"